HtmlTableCell.RenderEndTag(HtmlTextWriter) Method

Definition

Renders the HtmlTableCell control's end tag.

protected:
 override void RenderEndTag(System::Web::UI::HtmlTextWriter ^ writer);
protected override void RenderEndTag (System.Web.UI.HtmlTextWriter writer);
override this.RenderEndTag : System.Web.UI.HtmlTextWriter -> unit
Protected Overrides Sub RenderEndTag (writer As HtmlTextWriter)

Parameters

writer
HtmlTextWriter

The HtmlTextWriter that receives the rendered content.

Remarks

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.

Applies to

See also