Condividi tramite


HttpResponseWrapper.Output Proprietà

Definizione

Ottiene l'oggetto che attiva l'output di testo nel flusso di risposta HTTP in uscita.

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 override System.IO.TextWriter Output { get; }
public override System.IO.TextWriter Output { get; set; }
member this.Output : System.IO.TextWriter
member this.Output : System.IO.TextWriter with get, set
Public Overrides ReadOnly Property Output As TextWriter
Public Overrides Property Output As TextWriter

Valore della proprietà

Oggetto che attiva l'output personalizzato nel client.

Si applica a