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 的控件的名称。

返回

String

指定控件的客户端 ID。

注解

使用此方法 GetControlRenderID 获取指定控件的客户端 ID。 有关详细信息,请参阅 ClientID

备注

此方法主要由控件开发人员使用。

适用于

另请参阅