Share via


Axis.PostBackValue Proprietà

Definizione

Ottiene o imposta il valore di postback che può essere elaborato in un evento Click.

public:
 property System::String ^ PostBackValue { System::String ^ get(); void set(System::String ^ value); };
public string PostBackValue { get; set; }
member this.PostBackValue : string with get, set
Public Property PostBackValue As String

Valore della proprietà

Valore string da reinviare al server.

Implementazioni

Si applica a