C# 클래스 Simplify.Web.Meta.ControllerRole

Controller specific roles
파일 보기 프로젝트 열기: i4004/Simplify.Web 1 사용 예제들

공개 메소드들

메소드 설명
ControllerRole ( bool is400Handler = false, bool is403Handler = false, bool is404Handler = false )

Initializes a new instance of the ControllerRole class.

메소드 상세

ControllerRole() 공개 메소드

Initializes a new instance of the ControllerRole class.
public ControllerRole ( bool is400Handler = false, bool is403Handler = false, bool is404Handler = false )
is400Handler bool if set to true then indicates what controller handles HTTP 400 errors.
is403Handler bool if set to true then indicates what controller handles HTTP 403 errors.
is404Handler bool if set to true then indicates what controller handles HTTP 404 errors.