C# 클래스 NetPonto.Web.Controllers.ErrorController

상속: Controller
파일 보기 프로젝트 열기: JorgeMCSilva/NetPonto

공개 메소드들

메소드 설명
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

메소드 상세

ErrorController() 공개 메소드

public ErrorController ( ILogger logger ) : System.Web.Mvc
logger ILogger
리턴 System.Web.Mvc

NotFound() 공개 메소드

This is fired when the site gets a bad URL
public NotFound ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Problem() 공개 메소드

This is fired when the site hits a 500
public Problem ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult