ExtensibleModelBinderAttribute.SuppressPrefixCheck 属性

定义

获取或设置指定是否取消前缀检查的值。

public:
 property bool SuppressPrefixCheck { bool get(); void set(bool value); };
public bool SuppressPrefixCheck { get; set; }
member this.SuppressPrefixCheck : bool with get, set
Public Property SuppressPrefixCheck As Boolean

属性值

如果禁止前缀检查,则为 true;否则为 false

适用于