Share via


HelperPage.Model Property

Gets the model that is associated with a page.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Model As Object 
    Get
'Usage
Dim value As Object 

value = HelperPage.Model
public static Object Model { get; }
public:
static property Object^ Model {
    Object^ get ();
}
static member Model : Object
static function get Model () : Object

Property Value

Type: System.Object
An object that represents a model that is associated with the view data for a page.

See Also

Reference

HelperPage Class

System.Web.WebPages Namespace