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使用 方法來取得指定控制項的用戶端識別碼。 如需詳細資訊,請參閱ClientID

注意

這個方法主要由控制項開發人員使用。

適用於

另請參閱