ContextMenuPlaceHolderEnsurePlaceholder Method |
Ensures ContextMenuPlaceholder for current page
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
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