Condividi tramite


BindPropertyAttribute.SupportsGet Proprietà

Definizione

Ottiene o imposta un'indicazione che la proprietà associata deve essere associata nelle richieste HTTP GET. Se true, la proprietà deve essere associata in tutte le richieste. In caso contrario, la proprietà non deve essere associata nelle richieste 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

Valore della proprietà

Il valore predefinito è false.

Si applica a