ViewUserControl.SetTextWriter(TextWriter) Method

Definition

Caution

The TextWriter is now provided by the ViewContext object passed to the RenderView method.

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

Applies to