C# Class Purchasing.Mvc.Controllers.ErrorController

Controller for the Error class
Inheritance: ApplicationController
Afficher le fichier Open project: ucdavis/Purchasing

Méthodes publiques

Méthode Description
FileNotFound ( ) : System.Web.Mvc.ActionResult

Error 404

Index ( ) : System.Web.Mvc.ActionResult
NotAuthorized ( ) : System.Web.Mvc.ActionResult

Error 403 View to return when a user is not Authorized.

Method Details

FileNotFound() public méthode

Error 404
public FileNotFound ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

NotAuthorized() public méthode

Error 403 View to return when a user is not Authorized.
public NotAuthorized ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult