ViewPage.Model Property

Definition

Gets the Model property of the associated ViewDataDictionary object.

public object Model { get; }
member this.Model : obj
Public ReadOnly Property Model As Object

Property Value

The Model property of the associated ViewDataDictionary object.

Applies to