Title.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 che rappresenta il valore passato a un evento Click.

Implementazioni

Si applica a