ViewContext.TempData 属性

定义

获取与此请求关联且仅可用于一个请求的数据。

public virtual System.Web.Mvc.TempDataDictionary TempData { get; set; }
member this.TempData : System.Web.Mvc.TempDataDictionary with get, set
Public Overridable Property TempData As TempDataDictionary

属性值

临时数据。

适用于