Freigeben über


ITempDataProvider.LoadTempData(ControllerContext) Methode

Definition

Lädt die temporären Daten.

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)

Parameter

controllerContext
ControllerContext

Der Controllerkontext.

Gibt zurück

Die temporären Daten.

Gilt für: