C# Класс Abp.Authorization.AbpAuthorizeAttribute

This attribute is used on a method of an Application Service (A class that implements IApplicationService) to make that method usable only by authorized users.
Наследование: System.Attribute, IAbpAuthorizeAttribute
Показать файл Открыть проект

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

Метод Описание
AbpAuthorizeAttribute ( ) : System

Creates a new instance of AbpAuthorizeAttribute class.

Описание методов

AbpAuthorizeAttribute() публичный Метод

Creates a new instance of AbpAuthorizeAttribute class.
public AbpAuthorizeAttribute ( ) : System
Результат System