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