C# Class 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.
Inheritance: System.Attribute, IAbpAuthorizeAttribute
Afficher le fichier Open project: carldai0106/ABP

Méthodes publiques

Méthode Description
AbpAuthorizeAttribute ( ) : System

Creates a new instance of AbpAuthorizeAttribute class.

Method Details

AbpAuthorizeAttribute() public méthode

Creates a new instance of AbpAuthorizeAttribute class.
public AbpAuthorizeAttribute ( ) : System
Résultat System