ITempDataProvider.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.
public 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>
Public Function LoadTempData (controllerContext As ControllerContext) As IDictionary(Of String, Object)
Paramètres
- controllerContext
- ControllerContext
Contexte du contrôleur.
Retours
Données temporaires.