Class AbpAspNetCoreMvcUiThemeSharedModule
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
[DependsOn(new Type[] { typeof(AbpAspNetCoreMvcUiBootstrapModule), typeof(AbpAspNetCoreMvcUiPackagesModule), typeof(AbpAspNetCoreMvcUiWidgetsModule) })]
public class AbpAspNetCoreMvcUiThemeSharedModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpAspNetCoreMvcUiThemeSharedModule()
Declaration
public AbpAspNetCoreMvcUiThemeSharedModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ServiceConfigurationContext | context |
Overrides
PreConfigureServices(ServiceConfigurationContext)
Declaration
public override void PreConfigureServices(ServiceConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ServiceConfigurationContext | context |