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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา