Share via


BindPropertyAttribute.SupportsGet 屬性

定義

取得或設定關聯屬性應該系結在 HTTP GET 要求中的指示。 如果 true 為 ,則屬性應該系結在所有要求中。 否則,屬性不應系結于 HTTP GET 要求中。

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

屬性值

預設值為 false

適用於