System.Web.Instrumentation.PageExecutionListener.BeginContext C# (CSharp) Method

BeginContext() public abstract method

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
return void
        public abstract void BeginContext(PageExecutionContext context);
PageExecutionListener