Class DocsWebModule
Implements
Inherited Members
Namespace: Volo.Docs
Assembly: Volo.Docs.Web.dll
Syntax
[DependsOn(new Type[] { typeof(DocsApplicationContractsModule), typeof(AbpAutoMapperModule), typeof(AbpAspNetCoreMvcUiBootstrapModule), typeof(AbpAspNetCoreMvcUiThemeSharedModule), typeof(AbpAspNetCoreMvcUiPackagesModule), typeof(AbpAspNetCoreMvcUiBundlingModule) })]
public class DocsWebModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
DocsWebModule()
Declaration
public DocsWebModule()
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 |