HttpResponseBase.Output 屬性

定義

取得讓文字輸出至 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

屬性值

允許輸出至用戶端的物件。

例外狀況

適用於