ViewUserControl.SetViewData Method

Visual Studio 2010

Sets the view-data dictionary by using the specified view data.

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

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

Parameters

viewData
Type: System.Web.Mvc.ViewDataDictionary
The view data.

Community Additions

ADD
Show: