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

El nombre del control del que se obtiene 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, vea ClientID.

Nota

Este método lo usan principalmente los desarrolladores de controles.

Se aplica a

Consulte también