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 by using the specified view data.
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
The view data.