다음을 통해 공유


PageExecutionListener.EndContext(PageExecutionContext) 메서드

정의

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

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

매개 변수

context
PageExecutionContext

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

적용 대상