ViewPage.SetTextWriter(TextWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The TextWriter is now provided by the ViewContext object passed to the RenderView method.
Note: This API is now obsolete.Sets the text writer that is used to render the view to the response.
[System.Obsolete("The TextWriter is now provided by the ViewContext object passed to the RenderView method.", true)]
public void SetTextWriter (System.IO.TextWriter textWriter);
member this.SetTextWriter : System.IO.TextWriter -> unit
Public Sub SetTextWriter (textWriter As TextWriter)
Parameters
- textWriter
- TextWriter
The writer that is used to render the view to the response.
- Attributes