AjaxItemSelect.Controllers.ErrorsController.NotFound C# (CSharp) Method

NotFound() public method

public NotFound ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult NotFound()
        {
            ViewBag.StatusCode = Response.StatusCode.ToString();

            return View();
        }
ErrorsController