ControlsHelperLoadExtender Method |
Loads the control extender of the specified type for the specified control.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax public static ControlExtender LoadExtender(
string assemblyName,
string className,
Control control
)
Parameters
- assemblyName
- Type: SystemString
Assembly name where the extender type is located - className
- Type: SystemString
Class name of the extender type - control
- Type: System.Web.UIControl
Control to be extended
Return Value
Type:
ControlExtenderSee Also