Axis.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 值。

实现

适用于