ViewDataDictionary.SetModel(Object) Method

Definition

Sets the data model to use for the view.

protected virtual void SetModel (object value);
abstract member SetModel : obj -> unit
override this.SetModel : obj -> unit
Protected Overridable Sub SetModel (value As Object)

Parameters

value
Object

The data model to use for the view.

Applies to