Click or drag to resize
ControlsHelperGetControlsHashtableTControl Method (ListTControl)
Translates the controls ArrayList to the Hashtable indexed by the controls ID [Control.ID.ToLowerCSafe()] -> [Control]

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static SafeDictionary<string, TControl> GetControlsHashtable<TControl>(
	List<TControl> controls
)
where TControl : Control

Parameters

controls
Type: System.Collections.GenericListTControl
Controls to translate

Type Parameters

TControl

Return Value

Type: SafeDictionaryString, TControl
See Also