Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets the view data dictionary for the associated view.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overridable Sub SetViewData ( _
viewData As ViewDataDictionary _
)
protected virtual void SetViewData(
ViewDataDictionary viewData
)
protected:
virtual void SetViewData(
ViewDataDictionary^ viewData
)
Parameters
- viewData
Type: System.Web.Mvc.ViewDataDictionary
A dictionary of data to pass to the view.