System.Web.UI.HtmlTextWriter.InnerWriter Property

Gets or sets the text writer that writes the inner content of the markup element.

Syntax

public System.IO.TextWriter InnerWriter { set; get; }

Value

a System.IO.TextWriter

Remarks

Inner markup content is the text found between the opening and closing tags of a markup language element.

If the HtmlTextWriter.InnerWriter property is set to a System.IO.TextWriter object that is an instance of the System.Web.HttpWriter class, this fact is noted and a separate reference is saved.

Requirements

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