Title.PostBackValue 屬性

定義

取得或設定可在 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

屬性值

string 值,表示傳遞給 Click 事件的值。

實作

適用於