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.
ASP.NET MVC には、あるページから別のページにデータを 1 回渡すことができる TempData があります。ASP.NET でこれに相当するものは何ですか?
直接同等のもの (つまり、次のページにのみ渡されるデータ) はありません。
Session受信ページで使用および消去できます。
Session
Session またはViewstateを使用して、ASP.NET アプリケーションのページ間でデータを渡すことができます。