This topic has not yet been rated - Rate this topic

ViewPage<TModel>.SetViewData Method

Sets the view data dictionary for the associated view.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
protected override void SetViewData(
	ViewDataDictionary viewData
)

Parameters

viewData
Type: System.Web.Mvc.ViewDataDictionary

A dictionary of data to pass to the view.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.