public AbpAspNetCoreConfiguration()
 {
     DefaultWrapResultAttribute        = new WrapResultAttribute();
     DefaultUnitOfWorkAttribute        = new UnitOfWorkAttribute();
     ControllerAssemblySettings        = new ControllerAssemblySettingList();
     FormBodyBindingIgnoredTypes       = new List <Type>();
     IsValidationEnabledForControllers = true;
     SetNoCacheForAjaxResponses        = true;
     IsAuditingEnabled = true;
 }
Esempio n. 2
0
 public AbpAspNetCoreConfiguration()
 {
     DefaultWrapResultAttribute        = new WrapResultAttribute();
     DefaultClientCacheAttribute       = new NoClientCacheAttribute(false);
     DefaultUnitOfWorkAttribute        = new UnitOfWorkAttribute();
     ControllerAssemblySettings        = new ControllerAssemblySettingList();
     FormBodyBindingIgnoredTypes       = new List <Type>();
     EndpointConfiguration             = new List <Action <IEndpointRouteBuilder> >();
     IsValidationEnabledForControllers = true;
     SetNoCacheForAjaxResponses        = true;
     IsAuditingEnabled = true;
     UseMvcDateTimeFormatForAppServices = false;
 }