ViewPage(Of TModel).SetViewData Method

Visual Studio 2010

Sets the view data dictionary for the associated view.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Protected Overrides Sub SetViewData ( _
	viewData As ViewDataDictionary _
)

Parameters

viewData
Type: System.Web.Mvc.ViewDataDictionary
A dictionary of data to pass to the view.

Community Additions

ADD
Show: