Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HtmlTextWriter::BeginRender Method ()

 

Notifies an HtmlTextWriter object, or an object of a derived class, that a control is about to be rendered.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
virtual void BeginRender()

The HtmlTextWriter class implementation of the BeginRender method has no functionality. You must override the BeginRender method in a class derived from HtmlTextWriter to provide your own rendering functionality. For example, in a markup language that might require <p> elements to be rendered immediately ahead of a control, but where the need for the <p> element is determined earlier, you could use the BeginRender override.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft