ModelSpan.ModelTypeName Property

Gets the type name of the model.

Namespace:  System.Web.Mvc.Razor
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Property ModelTypeName As String
'Usage
Dim instance As ModelSpan
Dim value As String

value = instance.ModelTypeName
public string ModelTypeName { get; private set; }
public:
property String^ ModelTypeName {
    String^ get ();
    private: void set (String^ value);
}
function get ModelTypeName () : String
private function set ModelTypeName (value : String)

Property Value

Type: System.String
The type name of the model.

See Also

Reference

ModelSpan Class

System.Web.Mvc.Razor Namespace