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

適用対象