App.Core.Controllers.HttpErrorsController.MethodNotAllowed C# (CSharp) Method

MethodNotAllowed() public method

public MethodNotAllowed ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult MethodNotAllowed()
        {
            return View();
        }