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.
Global.asax.cs 内から TempData ディクショナリ オブジェクトにアクセスする方法について、誰かがサンプル コードを投稿できますか?
Dictionary<string, object> tempDataDictionary = HttpContext.Current.Session["__ControllerTempData"] as Dictionary<string, object>;