BaseValidator.GetControlRenderID(String) Método

Definición

Obtiene el identificador de cliente del control especificado.

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

Parámetros

name
String

Nombre del control del que se va a obtener el identificador de cliente.

Devoluciones

Identificador de cliente del control especificado.

Comentarios

Use el GetControlRenderID método para obtener el identificador de cliente del control especificado. Para obtener más información, consulte ClientID.

Note

Este método se usa principalmente por los desarrolladores de controles.

Se aplica a

Consulte también