ControllerBase.TempData 属性

定义

获取或设置临时数据的字典。

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

属性值

临时数据的字典。

适用于