C# Class Simplify.Web.Meta.ControllerRole

Controller specific roles
Afficher le fichier Open project: i4004/Simplify.Web Class Usage Examples

Méthodes publiques

Méthode Description
ControllerRole ( bool is400Handler = false, bool is403Handler = false, bool is404Handler = false )

Initializes a new instance of the ControllerRole class.

Method Details

ControllerRole() public méthode

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.