• 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

  • 相关阅读:
    LAMP网站架构解释
    ftp--pureftpd1.0.46
    给远程主机起别名
    ssh修改端口号并进行远程访问
    ssh使两台机器建立连接
    Linux搭建svn服务
    centos上git搭建
    centos上Jenkins搭建
    kvm安装准备
    服务器Java环境配置
  • 原文地址:https://www.cnblogs.com/wangyinlon/p/13334487.html
Copyright © 2020-2023  润新知