Click or drag to resize
ContextMenuContainerGetEndTag Method (Boolean)
Gets the end tag for context menu container.

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

Parameters

divTag
Type: SystemBoolean
If true, renders as div tag, otherwise renders as span tag

Return Value

Type: String
See Also