Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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.