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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.