HttpResponseWrapper.WriteSubstitution 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将替换块插入到响应中,这样可以动态生成缓存的输出响应的区域。
public:
override void WriteSubstitution(System::Web::HttpResponseSubstitutionCallback ^ callback);
public override void WriteSubstitution (System.Web.HttpResponseSubstitutionCallback callback);
override this.WriteSubstitution : System.Web.HttpResponseSubstitutionCallback -> unit
Public Overrides Sub WriteSubstitution (callback As HttpResponseSubstitutionCallback)
参数
- callback
- HttpResponseSubstitutionCallback
要替换的方法、用户控件或对象。
例外
callback
参数的目标的为 Control 类型。