AdvantageSelectorDocumentLink..::..RenderBeginTag Method
Renders the HTML opening tag of the control to 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 RenderBeginTag( HtmlTextWriter writer )
Parameters
- writer
- Type: HtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.