HttpResponseWrapper.Output Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object that enables output of text to the outgoing HTTP response stream.
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
Property Value
An object that enables custom output to the client.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.