Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Abp
Authorization
AbpAuthorizeAttribute
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