Click or drag to resize
ControlsHelperContainsDynamicControl Method
Returns true if the content contains dynamic controls.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static bool ContainsDynamicControl(
	string content
)

Parameters

content
Type: SystemString
Content to check

Return Value

Type: Boolean
See Also