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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.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