ViewUserControl.SetTextWriter(TextWriter) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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