메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System.Web.Mvc |