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