ViewResultBase.TempData 属性

定义

获取或设置 TempDataDictionary 此结果的 对象。

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

属性值

临时数据。

适用于