C# Class Simplify.Web.Meta.ControllerRole

Controller specific roles
Show file Open project: i4004/Simplify.Web Class Usage Examples

Public Methods

Method Description
ControllerRole ( bool is400Handler = false, bool is403Handler = false, bool is404Handler = false )

Initializes a new instance of the ControllerRole class.

Method Details

ControllerRole() public method

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.