Class AbpAspNetCoreComponentsModule
Implements
Inherited Members
Namespace: Volo.Abp.AspNetCore.Components
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
[DependsOn(new Type[] { typeof(AbpObjectMappingModule), typeof(AbpSecurityModule), typeof(AbpTimingModule), typeof(AbpMultiTenancyAbstractionsModule) })]
public class AbpAspNetCoreComponentsModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpAspNetCoreComponentsModule()
Declaration
public AbpAspNetCoreComponentsModule()
Methods
PreConfigureServices(ServiceConfigurationContext)
Declaration
public override void PreConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |