Xml.ClientID 属性
定义
重写 ClientID 属性并返回基服务器控件标识符。Overrides the ClientID property and returns the base server control identifier.
public:
virtual property System::String ^ ClientID { System::String ^ get(); };
public override string ClientID { get; }
member this.ClientID : string
Public Overrides ReadOnly Property ClientID As String
属性值
- String
基服务器控件标识符。The base server control identifier.
适用于
另请参阅