PageExecutionListener.EndContext(PageExecutionContext) Method

Definition

Called by a view engine after it renders the output for the specified context.

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)

Parameters

context
PageExecutionContext

The page execution context.

Applies to