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