SimpleModelBinderProvider.SuppressPrefixCheck Property
Gets or sets a value that specifies whether the prefix check should be suppressed.
Namespace: Microsoft.Web.Mvc.ModelBinding
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
public bool SuppressPrefixCheck { get; set; }
public:
property bool SuppressPrefixCheck {
bool get();
void set(bool value);
}
member SuppressPrefixCheck : bool with get, set
Public Property SuppressPrefixCheck As Boolean
Property Value
Type: System.Boolean
true if the prefix check should be suppressed; otherwise, false.
See Also
SimpleModelBinderProvider Class
Microsoft.Web.Mvc.ModelBinding Namespace
Return to top