共用方式為


PageExecutionListener.EndContext(PageExecutionContext) 方法

定義

由檢視引擎在轉譯指定內容的輸出之後呼叫。

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

頁面執行內容。

適用於