ITempDataProvider.LoadTempData(ControllerContext) Método

Definición

Carga los datos temporales.

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)

Parámetros

controllerContext
ControllerContext

Contexto del controlador.

Devoluciones

Datos temporales.

Se aplica a