ViewPage.SetTextWriter Method

Note: This API is now obsolete.

Sets the text writer that is used to render the view to the response.

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

public function SetTextWriter(
	textWriter : TextWriter
)

Parameters

textWriter
Type: System.IO.TextWriter

The writer that is used to render the view to the response.

To retrieve the text writer, use the Writer property.

Show: