NotFoundMvc.NotFoundController.NotFound C# (CSharp) Method

NotFound() public method

public NotFound ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult NotFound()
        {
            return new NotFoundViewResult();
        }
NotFoundController