Version

RenderEndTag Method (WebHtmlEditor)

Renders the HTML opening tag of the control into the specified writer. This method is used primarily by control developers.
Syntax
'Declaration
 
Public Overrides Sub RenderEndTag( _
   ByVal writer As HtmlTextWriter _
) 
public override void RenderEndTag( 
   HtmlTextWriter writer
)

Parameters

writer
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
Remarks

This is made public so other controls can render multiple controls in between the opening and closing tags of a Web server control. This method is not intended to be used from within your code.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also