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::EndRender Method ()

 

Notifies an HtmlTextWriter object, or an object of a derived class, that a control has finished rendering. You can use this method to close any markup elements opened in the BeginRender method.

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

public:
virtual void EndRender()

The HtmlTextWriter class implementation of the EndRender method has no functionality. You must override EndRender in a class derived from the HtmlTextWriter class to provide your own rendering functionality.

You can use the EndRender method to close any markup elements opened in the BeginRender method.

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