Share via


CookieTempDataProvider.LoadTempData(HttpContext) Methode

Definition

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.

Implementiert

Gilt für: