ControllerBase::TempData Property
Gets or sets the dictionary for temporary data.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property TempDataDictionary^ TempData { TempDataDictionary^ get(); void set(TempDataDictionary^ value); }
Show: