Click or drag to resize
ControlsHelperGetControlInstance Method
Gets the control instance from given control (returns cached control is the control is PartialCachingControl).

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static Control GetControlInstance(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Control

Return Value

Type: Control
See Also