C# Class Purchasing.Mvc.Controllers.ErrorController

Controller for the Error class
Inheritance: ApplicationController
显示文件 Open project: ucdavis/Purchasing

Public Methods

Method 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 method

Error 404
public FileNotFound ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

NotAuthorized() public method

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