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。