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

注释

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

适用于

另请参阅