CMSPlaceHolderAppend Method (String) |
Appends the given content to the placeholder
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public void Append(
params string[] content
)
Parameters
- content
- Type: SystemString
Content to append
See Also