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입니다.

적용 대상