PageExecutionListener.EndContext(PageExecutionContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
由檢視引擎在轉譯指定內容的輸出之後呼叫。
public:
abstract void EndContext(System::Web::Instrumentation::PageExecutionContext ^ context);
public abstract void EndContext(System.Web.Instrumentation.PageExecutionContext context);
abstract member EndContext : System.Web.Instrumentation.PageExecutionContext -> unit
Public MustOverride Sub EndContext (context As PageExecutionContext)
參數
- context
- PageExecutionContext
頁面執行內容。