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

属性值

TextWriter

实现到客户端的输出的对象。

例外

适用于