WebZone::RenderBeginTag Method (HtmlTextWriter^)
.NET Framework (current version)
Renders the opening HTML tag of the zone control to the specified HtmlTextWriter object.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
An HtmlTextWriter that represents the output stream to render HTML content on the client.
The RenderBeginTag method is used primarily by control developers. For a WebZone control, the method sets style attributes for the HTML table that is rendered for the zone. The style attributes help render the HTML table properly in supported browsers.
.NET Framework
Available since 2.0
Available since 2.0
Show: