Class AbpAspNetCoreMvcUiModule
Inheritance
AbpAspNetCoreMvcUiModule
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
[DependsOn(new Type[] { typeof(AbpAspNetCoreMvcModule) })]
[DependsOn(new Type[] { typeof(AbpUiNavigationModule) })]
public class AbpAspNetCoreMvcUiModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpAspNetCoreMvcUiModule()
Declaration
public AbpAspNetCoreMvcUiModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Overrides
PreConfigureServices(ServiceConfigurationContext)
Declaration
public override void PreConfigureServices(ServiceConfigurationContext context)
Parameters
Overrides
Implements
Extension Methods