HTMLHelperGetUniqueControlID Method |
Gets the unique ID for the control, if some other control has the same base ID, adds the number at the end.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetUniqueControlID(
string baseId
)
Parameters
- baseId
- Type: SystemString
Base control ID
Return Value
Type:
StringSee Also