Click or drag to resize
CMSPlaceHolderAppend Method (Control)
Appends the given control to the placeholder

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public void Append(
	Control ctrl
)

Parameters

ctrl
Type: System.Web.UIControl
control to append
See Also