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

EndContext() public abstract method

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