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

适用于