C# Class System.Web.Instrumentation.PageExecutionListener

Show file Open project: mahasak/dotnet452

Public Methods

Method Description
BeginContext ( System.Web.Instrumentation.PageExecutionContext context ) : void

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

EndContext ( System.Web.Instrumentation.PageExecutionContext context ) : void

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

Method Details

BeginContext() public abstract method

Called by a view engine BEFORE it renders the output for the specified context.
public abstract BeginContext ( System.Web.Instrumentation.PageExecutionContext context ) : void
context System.Web.Instrumentation.PageExecutionContext
return void

EndContext() public abstract method

Called by a view engine AFTER it renders the output for the specified context.
public abstract EndContext ( System.Web.Instrumentation.PageExecutionContext context ) : void
context System.Web.Instrumentation.PageExecutionContext
return void