public AbpAspNetCoreConfiguration() { DefaultWrapResultAttribute = new WrapResultAttribute(); DefaultClientCacheAttribute = new NoClientCacheAttribute(false); DefaultUnitOfWorkAttribute = new UnitOfWorkAttribute(); ControllerAssemblySettings = new ControllerAssemblySettingList(); FormBodyBindingIgnoredTypes = new List <Type>(); IsValidationEnabledForControllers = true; SetNoCacheForAjaxResponses = true; IsAuditingEnabled = true; }
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; }