C# 클래스 System.Web.Instrumentation.PageExecutionListener

파일 보기 프로젝트 열기: mahasak/dotnet452

공개 메소드들

메소드 설명
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