CookieTempDataProvider.LoadTempData(HttpContext) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Lädt die temporären Daten aus der Anforderung.
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)
Parameter
- context
- HttpContext
Die HttpContext.
Gibt zurück
Die temporären Daten.