ViewUserControl.SetViewData Method

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

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

protected function SetViewData(
	viewData : ViewDataDictionary
)

Parameters

viewData
Type: System.Web.Mvc.ViewDataDictionary

The view data.

Show: