BaseValidator.GetControlRenderID(String) 方法

定義

取得指定控制的客戶端 ID。

protected:
 System::String ^ GetControlRenderID(System::String ^ name);
protected string GetControlRenderID(string name);
member this.GetControlRenderID : string -> string
Protected Function GetControlRenderID (name As String) As String

參數

name
String

要取得客戶 ID 的控制點名稱。

傳回

指定控制項的客戶端 ID。

備註

使用該 GetControlRenderID 方法取得指定控制項的客戶端 ID。 如需詳細資訊,請參閱ClientID

Note

此方法主要由控制開發者使用。

適用於

另請參閱