C# Класс System.Web.Instrumentation.PageExecutionListener

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

BeginContext() публичный абстрактный Метод

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
Результат void

EndContext() публичный абстрактный Метод

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
Результат void