This topic has not yet been rated - Rate this topic

ViewDataDictionary(TModel).SetModel Method

Sets the data model to use for the view.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
protected override function SetModel(
	value : Object
)

Parameters

value
Type: System.Object

The data model to use for the view.

ExceptionCondition
InvalidOperationException

An error occurred while the model was being set.

This method executes before the derived type's instance constructor executes. Derived types must take this into consideration. For example, the logic in the SetModel method must not depend on the this pointer (Me in Visual Basic) to reference a fully constructed object.

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