Compartir a través de


SessionStateTempDataProvider.LoadTempData(ControllerContext) Método

Definición

Carga los datos temporales mediante el contexto del controlador especificado.

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)

Parámetros

controllerContext
ControllerContext

Contexto del controlador.

Devoluciones

Datos temporales.

Implementaciones

Excepciones

Error al recuperar el contexto de sesión.

Se aplica a