BaseValidator.GetControlRenderID(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the client ID of the specified control.
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
Parameters
- name
- String
The name of the control to get the client ID from.
Returns
The client ID of the specified control.
Remarks
Use the GetControlRenderID method to get the client ID of the specified control. For more information, see ClientID.
Note
This method is used primarily by control developers.
Applies to
See also
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.