ViewMasterPage.TempData Property

Gets the temporary data.

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

'Declaration
Public ReadOnly Property TempData As TempDataDictionary 
	Get
'Usage
Dim instance As ViewMasterPage 
Dim value As TempDataDictionary 

value = instance.TempData

Property Value

Type: System.Web.Mvc.TempDataDictionary
The temporary data.
Show: