C# Класс Simplify.Web.Meta.ControllerRole

Controller specific roles
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.