ViewUserControl<TModel>::SetViewData Method (ViewDataDictionary^)

 

Sets the view data for the view.

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

protected:
virtual void SetViewData(
	ViewDataDictionary^ viewData
) override

Parameters

viewData
Type: System.Web.Mvc::ViewDataDictionary^

The view data.

Return to top
Show: