NotFoundMvc.NotFoundController.ExecuteCore C# (CSharp) Method

ExecuteCore() protected method

protected ExecuteCore ( ) : void
return void
        protected override void ExecuteCore()
        {
            new NotFoundViewResult().ExecuteResult(this.ControllerContext);
        }
NotFoundController