C# Class Tigwi.UI.Controllers.ErrorController

Inheritance: HomeController
Afficher le fichier Open project: ismaelbelghiti/Tigwi

Méthodes publiques

Méthode Description
ErrorController ( IStorage storage ) : System
Http404 ( string url, System.Web.Mvc.HandleErrorInfo error ) : System.Web.Mvc.ActionResult
Http500 ( string url, System.Web.Mvc.HandleErrorInfo error ) : System.Web.Mvc.ActionResult

Method Details

ErrorController() public méthode

public ErrorController ( IStorage storage ) : System
storage IStorage
Résultat System

Http404() public méthode

public Http404 ( string url, System.Web.Mvc.HandleErrorInfo error ) : System.Web.Mvc.ActionResult
url string
error System.Web.Mvc.HandleErrorInfo
Résultat System.Web.Mvc.ActionResult

Http500() public méthode

public Http500 ( string url, System.Web.Mvc.HandleErrorInfo error ) : System.Web.Mvc.ActionResult
url string
error System.Web.Mvc.HandleErrorInfo
Résultat System.Web.Mvc.ActionResult