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
Show file Open project: carldai0106/ABP

Public Methods

Method Description
AbpAuthorizeAttribute ( ) : System

Creates a new instance of AbpAuthorizeAttribute class.

Method Details

AbpAuthorizeAttribute() public method

Creates a new instance of AbpAuthorizeAttribute class.
public AbpAuthorizeAttribute ( ) : System
return System