Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リダイレクトアクションのリクエストを使用してフォーム送信によって値を投稿すると、リダイレクトされたページの更新後に投稿された値が失われます。ページが更新されたときにこの要求値を維持する方法。
値を永続化するには、セッション変数、Cookie、またはクエリ文字列値を使用できます。