ControlAdapter::BeginRender Method (HtmlTextWriter^)
.NET Framework (current version)
Called prior to the rendering of a control. In a derived adapter class, generates opening tags that are required by a specific target but not needed by HTML browsers.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
The HtmlTextWriter containing methods to render the target-specific output.
Notes to Inheritors:
When you inherit from the ControlAdapter class, the BeginRender base method calls the BeginRender method. Thus, overrides of the BeginRender method should call the BeginRender base method only if its processing is in addition to, rather than instead of, the HtmlTextWriter::BeginRender method.
.NET Framework
Available since 2.0
Available since 2.0
Show: