HttpResponse..::.BufferOutput 属性

C#
public bool BufferOutput { get; set; }
Visual C++
public:
property bool BufferOutput {
    bool get ();
    void set (bool value);
}
J#
/** @property */
public boolean get_BufferOutput()
/** @property */
public  void set_BufferOutput(boolean value)
JScript
public function get BufferOutput () : boolean
public function set BufferOutput (value : boolean)
属性值
类型: System..::.Boolean

如果缓冲发送给客户端的输出,则为 true;否则为 false。默认值为 true

<!---->

下面的示例将响应的 ContentType 属性设置为 image/jpeg,调用 Clear 方法以移除可能附加到响应的其他内容,然后将 BufferOutput 属性设置为 true,这样就可以在将任何内容发送到请求客户端之前先处理整个页。

有关完整示例,请参见 HttpResponse 类。

Visual Basic
' Set the page's content type to JPEG files
' and clear all response headers.
Response.ContentType = "image/jpeg"
Response.Clear()

' Buffer response so that page is sent
' after processing is complete.
Response.BufferOutput = True

// Set the page's content type to JPEG files
// and clear all response headers.
Response.ContentType = "image/jpeg";
Response.Clear();

// Buffer response so that page is sent
// after processing is complete.
Response.BufferOutput = true;
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值