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