WebControl.RenderEndTag Method
.NET Framework 3.0
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Overridable Sub RenderEndTag ( _ writer As HtmlTextWriter _ ) 'Usage Dim instance As WebControl Dim writer As HtmlTextWriter instance.RenderEndTag(writer)
public void RenderEndTag ( HtmlTextWriter writer )
public function RenderEndTag ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
A HtmlTextWriter that represents the output stream to render HTML content on the client.
Community Additions
ADD
Show: