zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    EF-入门操作
    Razor 页面解说
    Razor_02 第一个应用程序+Model+EF 添加
    Razor_01 第一个应用程序
    LazyCoder修仙之路
    .NET高级特性-Emit(2.2)属性
    .NET高级特性-Emit(2.1)字段
    .NET高级特性-Emit(2)类的定义
    .NET高级特性-Emit(1)
    asp.net core高级应用:TagHelper+Form
  • 原文地址:https://www.cnblogs.com/wangyinlon/p/13334487.html
Copyright © 2011-2022 走看看