C# Class NetPonto.Web.Controllers.ErrorController

Inheritance: Controller
Afficher le fichier Open project: JorgeMCSilva/NetPonto

Méthodes publiques

Méthode 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

Method Details

ErrorController() public méthode

public ErrorController ( ILogger logger ) : System.Web.Mvc
logger ILogger
Résultat System.Web.Mvc

NotFound() public méthode

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

Problem() public méthode

This is fired when the site hits a 500
public Problem ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult