Class AbpAspNetCoreMvcClientModule
Implements
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.Client
Assembly: Volo.Abp.AspNetCore.Mvc.Client.dll
Syntax
[DependsOn(new Type[] { typeof(AbpAspNetCoreMvcClientCommonModule), typeof(AbpEventBusModule) })]
public class AbpAspNetCoreMvcClientModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpAspNetCoreMvcClientModule()
Declaration
public AbpAspNetCoreMvcClientModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |