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
파일 보기 프로젝트 열기: carldai0106/ABP

공개 메소드들

메소드 설명
AbpAuthorizeAttribute ( ) : System

Creates a new instance of AbpAuthorizeAttribute class.

메소드 상세

AbpAuthorizeAttribute() 공개 메소드

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