ViewUserControl<TModel>.SetViewData(ViewDataDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the view data for the view.
protected override void SetViewData (System.Web.Mvc.ViewDataDictionary viewData);
override this.SetViewData : System.Web.Mvc.ViewDataDictionary -> unit
Protected Overrides Sub SetViewData (viewData As ViewDataDictionary)
Parameters
- viewData
- ViewDataDictionary
The view data.