ModelBindingContext.FallbackToEmptyPrefix Property

Gets or sets a value that indicates whether the binder should use an empty prefix.

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

'Declaration
Public Property FallbackToEmptyPrefix As Boolean 
	Get 
	Set
'Usage
Dim instance As ModelBindingContext 
Dim value As Boolean 

value = instance.FallbackToEmptyPrefix

instance.FallbackToEmptyPrefix = value

Property Value

Type: System.Boolean
true if the binder should use an empty prefix; otherwise, false.
Show: