HtmlTableCell::RenderEndTag Method (HtmlTextWriter^)
.NET Framework (current version)
Renders the HtmlTableCell control's end tag.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
The HtmlTextWriter that receives the rendered content.
The RenderEndTag method provides additional formatting after calling the base class's RenderEndTag method. The additional formatting makes the HtmlTableCell control's rendered HTML easier to read by adding a line return after the closing tag.
The RenderEndTag method is used primarily by control developers extending the functionality of the HtmlTableCell control.
.NET Framework
Available since 1.1
Available since 1.1
Show: