ModelBindingContext.ModelName Property

Gets or sets the name of the model.

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

'Declaration
Public Property ModelName As String 
	Get 
	Set
'Usage
Dim instance As ModelBindingContext 
Dim value As String 

value = instance.ModelName

instance.ModelName = value

Property Value

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