ABP注解

AutoValidateAntiforgeryTokenAttribute
AspectAttribute
AuditedAttribute
AbpAllowAnonymousAttribute:用于允许任何用户访问方法
AbpAuthorizeAttribute
AutoRepositoryTypesAttribute
AbpDisplayNameAttribute
AbpMvcAuthorizeAttribute:此属性用于MVC“Controller”的操作,以使该操作仅可由授权用户使用。

AllowClientCacheAttribute
AutoMapAttribute
AutoMapFromAttribute
AutoMapKeyAttribute
AutoMapToAttribute
AbpApiAuthorizeAttribute:此属性用于“ ApiController”的方法,以使该方法仅可由授权用户使用

AbpApiExceptionFilterAttribute
DisableAuditingAttribute
DependsOnAttribute
DisableValidationAttribute
DontWrapResultAttribute:ABP默认对返回结果做了封装,使用这个特性就不会受特性的干扰了
DapperAutoRepositoryTypeAttribute
DefaultDbContextAttribute
DisableAbpAntiForgeryTokenValidationAttribute
EnableValidationAttribute
IgnoreOnCompareAttribute
InputTypeAttribute
MultiTenancySideAttribute

MyIgnoreApiAttribute
NoClientCacheAttribute
RequiresFeatureAttribute
RemoteServiceAttribute
UnitOfWorkAttribute
UseCaseAttribute
ValidatorAttribute
ValidateAbpAntiForgeryTokenAttribute

WrapResultAttribute

原文地址:https://www.cnblogs.com/wangyinlon/p/13334487.html