HttpResponseBase.WriteSubstitution(HttpResponseSubstitutionCallback) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將替代區塊插入至回應,以便為快取的輸出回應動態地產生區域。
public:
virtual void WriteSubstitution(System::Web::HttpResponseSubstitutionCallback ^ callback);
public virtual void WriteSubstitution (System.Web.HttpResponseSubstitutionCallback callback);
abstract member WriteSubstitution : System.Web.HttpResponseSubstitutionCallback -> unit
override this.WriteSubstitution : System.Web.HttpResponseSubstitutionCallback -> unit
Public Overridable Sub WriteSubstitution (callback As HttpResponseSubstitutionCallback)
參數
- callback
- HttpResponseSubstitutionCallback
要替代的方法、使用者控制項或物件。