CookieTempDataProvider.LoadTempData(HttpContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the temp data from the request.
public:
virtual System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ LoadTempData(Microsoft::AspNetCore::Http::HttpContext ^ context);
public System.Collections.Generic.IDictionary<string,object> LoadTempData (Microsoft.AspNetCore.Http.HttpContext context);
abstract member LoadTempData : Microsoft.AspNetCore.Http.HttpContext -> System.Collections.Generic.IDictionary<string, obj>
override this.LoadTempData : Microsoft.AspNetCore.Http.HttpContext -> System.Collections.Generic.IDictionary<string, obj>
Public Function LoadTempData (context As HttpContext) As IDictionary(Of String, Object)
Parameters
- context
- HttpContext
The HttpContext.
Returns
The temp data.