HttpResponseWrapper.WriteSubstitution 方法

定义

将替换块插入到响应中,这样可以动态生成缓存的输出响应的区域。

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 类型。

适用于