BindPropertiesAttribute.SupportsGet プロパティ

定義

の場合 true、GET 要求でプロパティをバインドできます。 の場合 false、プロパティは GET 要求でモデルのバインドまたは検証を受け取りません。

既定値は false です。

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

プロパティ値

適用対象