ViewPage.TempData Property

Definition

Gets the temporary data to pass to the view.

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 to pass to the view.

Applies to