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.
10 ページの Web アプリケーションがあります。Page1.aspx、page2.aspx......page10.aspx. Page2.aspx ページにボタンがあります。このボタンをクリックすると、オブジェクトが Page2.aspx から page4.aspx、page7.aspx、および Page10.aspx に転送されます。セッション状態を使用できません。page2 から page4 などにオブジェクトを渡すにはどうすればよいですか?
コンテキスト オブジェクトを使用することもできます。これを使用する前に、コンテキスト オブジェクトのライフサイクルを確認する必要があります。
Context.Items は、ページの更新/転送中にクリアされます