Click or drag to resize
ContextMenuContainerGetEndTag Method (HtmlTextWriterTag)
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(
	HtmlTextWriterTag tag
)

Parameters

tag
Type: System.Web.UIHtmlTextWriterTag
End tag to be rendered

Return Value

Type: String
See Also