C# 클래스 Purchasing.Mvc.Controllers.ErrorController

Controller for the Error class
상속: ApplicationController
파일 보기 프로젝트 열기: ucdavis/Purchasing

공개 메소드들

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

메소드 상세

FileNotFound() 공개 메소드

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

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

NotAuthorized() 공개 메소드

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