System.Web.UI.HtmlTextWriter.RenderAfterContent Method

Writes any text or spacing that occurs after the content and before the closing tag of the markup element to the markup output stream.

Syntax

protected virtual string RenderAfterContent ()

Returns

A string that contains the spacing or text to write after the content of the element.

Remarks

The HtmlTextWriter.RenderAfterContent method can be useful if you want to insert child elements into the current markup element.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0