Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the type of the model.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property ModelType As Type
Get
public Type ModelType { get; }
public:
property Type^ ModelType {
Type^ get ();
}
Property Value
Type: System.Type
The type of the model.
Remarks
If the model came from a lambda expression, the model can be null reference (Nothing in Visual Basic) and this property returns the type of the model.