Share via


DynamicViewPage.Model Property

 

Gets the model of this page.

Namespace:   Microsoft.Web.Mvc
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

public object Model { get; }
public:
property Object^ Model {
    Object^ get();
}
member Model : Object with get
Public ReadOnly Property Model As Object

Property Value

Type: System.Object

The model of this page.

See Also

DynamicViewPage Class
Microsoft.Web.Mvc Namespace

Return to top