Method | Description | |
---|---|---|
ErrorController ( ILogger logger ) : System.Web.Mvc | ||
NotFound ( ) : System.Web.Mvc.ActionResult |
This is fired when the site gets a bad URL
|
|
Problem ( ) : System.Web.Mvc.ActionResult |
This is fired when the site hits a 500
|
public ErrorController ( ILogger logger ) : System.Web.Mvc | ||
logger | ILogger | |
return | System.Web.Mvc |
public NotFound ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Problem ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |