BaseValidator.GetControlRenderID(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定控件的客户端 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。
备注
此方法主要由控件开发人员使用。