PageExecutionContext.TextWriter Property

.NET Framework (current version)
 

Gets or sets the text writer that is used to render the document.

Namespace:   System.Web.Instrumentation
Assembly:  System.Web (in System.Web.dll)

member TextWriter : TextWriter with get, set

Property Value

Type: System.IO.TextWriter

The text writer that is used to render the document.

The text writer enables consumers to write tokens to the output stream for selection mapping.

.NET Framework
Available since 4.5
Return to top
Show: