C# Class System.Web.Instrumentation.PageExecutionListener

Afficher le fichier Open project: mahasak/dotnet452

Méthodes publiques

Méthode 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 méthode

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
Résultat void

EndContext() public abstract méthode

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
Résultat void