ViewUserControl.TempData Property

Definition

Gets the temporary-data dictionary.

public System.Web.Mvc.TempDataDictionary TempData { get; }
member this.TempData : System.Web.Mvc.TempDataDictionary
Public ReadOnly Property TempData As TempDataDictionary

Property Value

The temporary-data dictionary.

Applies to