Click or drag to resize
AlertLabelRender Method
Initializes the alert icon and CSS classes and renders the alert label to given writer.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
Output writer
See Also