This documentation is archived and is not being maintained.

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.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: