ErrorController.HttpError Method
- Namespace:
- Weavy.Web.Controllers
- Assembly:
- Weavy.Web.dll
HttpError(int)
Custom IIS error page (system.webServer/httpErrors in web.config is configured to redirect IIS errors here).
public ActionResult HttpError(int code)
Parameters
- code
- int
HTTP status code
Returns
System.Web.Mvc.ActionResult