SubstitutionResponseElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示可以调用的托管委托,以将动态生成的输出插入到输出缓存响应中。
public ref class SubstitutionResponseElement : System::Web::Caching::ResponseElement
[System.Serializable]
public class SubstitutionResponseElement : System.Web.Caching.ResponseElement
[<System.Serializable>]
type SubstitutionResponseElement = class
inherit ResponseElement
Public Class SubstitutionResponseElement
Inherits ResponseElement
- 继承
- 属性
构造函数
| 名称 | 说明 |
|---|---|
| SubstitutionResponseElement(HttpResponseSubstitutionCallback) |
初始化 SubstitutionResponseElement 类的新实例。 |
属性
| 名称 | 说明 |
|---|---|
| Callback |
获取对替换回调方法的引用。 |
方法
| 名称 | 说明 |
|---|---|
| Equals(Object) |
确定指定的对象是否等于当前对象。 (继承自 Object) |
| GetHashCode() |
用作默认哈希函数。 (继承自 Object) |
| GetType() |
获取当前实例的 Type。 (继承自 Object) |
| MemberwiseClone() |
创建当前 Object的浅表副本。 (继承自 Object) |
| ToString() |
返回一个表示当前对象的字符串。 (继承自 Object) |