BindPropertyAttribute.SupportsGet Property

Definition

Gets or sets an indication the associated property should be bound in HTTP GET requests. If true, the property should be bound in all requests. Otherwise, the property should not be bound in HTTP GET requests.

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

Property Value

Defaults to false.

Applies to