AjaxWithWebService.Controllers.ErrorsController.NotFound C# (CSharp) Méthode

NotFound() public méthode

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

            return View();
        }
ErrorsController