WebViewPage.TempData Property

 

Gets the temporary data to pass to the view.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

member TempData : TempDataDictionary with get

Property Value

Type: System.Web.Mvc.TempDataDictionary

The temporary data to pass to the view.

The data that is stored in the TempData property persists for only one request. The default TempData provider uses session state for storage. If session state is disabled, the default TempData provider will be disabled.

Return to top
Show: