| ControlsHelperGetControlsHashtableTControl Method (ListTControl) | 
            Translates the controls ArrayList to the Hashtable indexed by the controls ID [Control.ID.ToLowerCSafe()] -> [Control]
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntaxpublic 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