Class CmsKitWebHostModule
Implements
Inherited Members
Namespace: Volo.CmsKit
Assembly: Volo.CmsKit.Web.Host.dll
Syntax
[DependsOn(new Type[] { typeof(CmsKitWebModule), typeof(CmsKitHttpApiClientModule), typeof(AbpAspNetCoreAuthenticationOAuthModule), typeof(AbpAspNetCoreMvcClientModule), typeof(AbpAspNetCoreMvcUiBasicThemeModule), typeof(AbpAutofacModule), typeof(AbpCachingStackExchangeRedisModule), typeof(AbpHttpClientIdentityModelWebModule), typeof(AbpIdentityWebModule), typeof(AbpIdentityHttpApiClientModule), typeof(AbpTenantManagementWebModule), typeof(AbpTenantManagementHttpApiClientModule), typeof(AbpFeatureManagementHttpApiClientModule), typeof(AbpPermissionManagementHttpApiClientModule), typeof(AbpAspNetCoreSerilogModule) })]
public class CmsKitWebHostModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
CmsKitWebHostModule()
Declaration
public CmsKitWebHostModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |
Overrides
OnApplicationInitialization(ApplicationInitializationContext)
Declaration
public override void OnApplicationInitialization(ApplicationInitializationContext context)
Parameters
Type | Name | Description |
---|---|---|
ApplicationInitializationContext | context |
Overrides
PreConfigureServices(ServiceConfigurationContext)
Declaration
public override void PreConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |