Share via


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

屬性值

暫存資料的字典。

適用於