Compartilhar via


HttpResponseBase.Output Propriedade

Definição

Obtém o objeto que habilita a saída de texto para o fluxo de resposta HTTP.

public:
 virtual property System::IO::TextWriter ^ Output { System::IO::TextWriter ^ get(); };
public:
 virtual property System::IO::TextWriter ^ Output { System::IO::TextWriter ^ get(); void set(System::IO::TextWriter ^ value); };
public virtual System.IO.TextWriter Output { get; }
public virtual System.IO.TextWriter Output { get; set; }
member this.Output : System.IO.TextWriter
member this.Output : System.IO.TextWriter with get, set
Public Overridable ReadOnly Property Output As TextWriter
Public Overridable Property Output As TextWriter

Valor da propriedade

Um objeto que habilita a saída para o cliente.

Exceções

Aplica-se a