SessionStateTempDataProvider.LoadTempData(HttpContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Charge les données temporaires.
public:
virtual System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ LoadTempData(Microsoft::AspNetCore::Http::HttpContext ^ context);
public virtual 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 Overridable Function LoadTempData (context As HttpContext) As IDictionary(Of String, Object)
Paramètres
- context
- HttpContext
L’HttpContextopérateur
Retours
Données temporaires.