ModelBinderAttribute.SuppressPrefixCheck Property
Gets or sets a value that specifies whether the prefix check should be suppressed.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public bool SuppressPrefixCheck {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property bool SuppressPrefixCheck {
[CompilerGeneratedAttribute]
bool get();
[CompilerGeneratedAttribute]
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
ModelBinderAttribute Class
System.Web.Http.ModelBinding Namespace
Return to top