ContextMenuPlaceHolderEnsurePlaceholder Method |
Ensures ContextMenuPlaceholder for current page
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public static void EnsurePlaceholder(
Page page,
Control container
)
Parameters
- page
- Type: System.Web.UIPage
Page instance - container
- Type: System.Web.UIControl
Container control (PlaceHolder control)
See Also