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