AlertLabelRenderContents Method |
Renders the alert icon and wraps label content in a span element.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax protected override void RenderContents(
HtmlTextWriter writer
)
Parameters
- writer
- Type: System.Web.UIHtmlTextWriter
Output writer.
See Also