다음을 통해 공유


PageExecutionListener.BeginContext(PageExecutionContext) 메서드

정의

지정된 컨텍스트에 대한 출력이 렌더링되기 전 뷰 엔진에서 호출됩니다.

public:
 abstract void BeginContext(System::Web::Instrumentation::PageExecutionContext ^ context);
public abstract void BeginContext (System.Web.Instrumentation.PageExecutionContext context);
abstract member BeginContext : System.Web.Instrumentation.PageExecutionContext -> unit
Public MustOverride Sub BeginContext (context As PageExecutionContext)

매개 변수

context
PageExecutionContext

페이지 실행 컨텍스트입니다.

적용 대상