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