ViewUserControl.SetTextWriter(TextWriter) Método

Definición

Precaución

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

Establece el escritor de texto que se usa para representar la vista para la respuesta.

[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)

Parámetros

textWriter
TextWriter

Sistema de escritura que se usa para representar la vista para la respuesta.

Atributos

Se aplica a