ViewUserControl(Of TModel).SetViewData Method

Visual Studio 2010

Sets the view data for the 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
The view data.

Community Additions

ADD
Show: