Click or drag to resize
TagRenderContents Method
Renders the contents of the tag to the specified writer.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected override void RenderContents(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.
See Also