AdvantageSelectorLink..::..RenderEndTag Method
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
Namespace:
AdvantageCMS.Web.UI.Admin.SelectorsAssembly: AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)
Syntax
public void RenderEndTag( HtmlTextWriter writer )
Parameters
- writer
- Type: HtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.