Class AbpJsonSystemTextJsonModule
Implements
Inherited Members
Namespace: Volo.Abp.Json.SystemTextJson
Assembly: Volo.Abp.Json.SystemTextJson.dll
Syntax
[DependsOn(new Type[] { typeof(AbpJsonAbstractionsModule), typeof(AbpTimingModule), typeof(AbpDataModule) })]
public class AbpJsonSystemTextJsonModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpJsonSystemTextJsonModule()
Declaration
public AbpJsonSystemTextJsonModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |