SessionStateTempDataProvider.LoadTempData(ControllerContext) 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 à l'aide du contexte du contrôleur spécifié.
public virtual System.Collections.Generic.IDictionary<string,object> LoadTempData (System.Web.Mvc.ControllerContext controllerContext);
abstract member LoadTempData : System.Web.Mvc.ControllerContext -> System.Collections.Generic.IDictionary<string, obj>
override this.LoadTempData : System.Web.Mvc.ControllerContext -> System.Collections.Generic.IDictionary<string, obj>
Public Overridable Function LoadTempData (controllerContext As ControllerContext) As IDictionary(Of String, Object)
Paramètres
- controllerContext
- ControllerContext
Contexte du contrôleur.
Retours
Données temporaires.
Implémente
Exceptions
Une erreur s’est produite lors de la récupération du contexte de session.