ResponseExtensions 类

定义

定义基类的 HttpResponseBase 扩展方法。

public static class ResponseExtensions
type ResponseExtensions = class
Public Module ResponseExtensions
继承
ResponseExtensions

方法

OutputCache(HttpResponseBase, Int32, Boolean, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, HttpCacheability)

配置 HTTP 响应实例的缓存策略。

SetStatus(HttpResponseBase, HttpStatusCode)

使用指定的 HTTP 状态代码枚举值,设置 HTTP 响应的 HTTP 状态代码。

SetStatus(HttpResponseBase, Int32)

使用指定的整数值,设置 HTTP 响应的 HTTP 状态代码。

WriteBinary(HttpResponseBase, Byte[])

将表示未指定类型的二进制内容的字节序列写入到 HTTP 响应的输出流。

WriteBinary(HttpResponseBase, Byte[], String)

将表示指定 MIME 类型的二进制内容的字节序列写入到 HTTP 响应的输出流。

适用于