GoogleMap Control
RenderBeginTag Method (writer)
Namespaces ► Artem.Google.UI ► GoogleMap ► RenderBeginTag(HtmlTextWriter)
GoogleMap Control v6.0
Declaration Syntax
Parameters
Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.

C# | Visual Basic |
public override void RenderBeginTag( HtmlTextWriter writer )
Public Overrides Sub RenderBeginTag ( _ writer As HtmlTextWriter _ )

- writer (HtmlTextWriter)
- A HtmlTextWriter that represents the output stream to render HTML content on the client.