Click or drag to resize
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.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetUniqueControlID(
	string baseId
)

Parameters

baseId
Type: SystemString
Base control ID

Return Value

Type: String
See Also