Class FormsWebHostModule
Implements
Inherited Members
Namespace: Volo.Forms
Assembly: Volo.Forms.Web.Host.dll
Syntax
[DependsOn(new Type[] { typeof(FormsWebModule), typeof(FormsHttpApiClientModule), typeof(AbpAspNetCoreAuthenticationOpenIdConnectModule), typeof(AbpAspNetCoreMvcClientModule), typeof(AbpAspNetCoreMvcUiLeptonThemeModule), typeof(AbpAutofacModule), typeof(AbpCachingStackExchangeRedisModule), typeof(AbpHttpClientIdentityModelWebModule), typeof(AbpIdentityWebModule), typeof(AbpIdentityHttpApiClientModule), typeof(AbpFeatureManagementWebModule), typeof(AbpFeatureManagementHttpApiClientModule), typeof(AbpSettingManagementHttpApiClientModule), typeof(SaasHostWebModule), typeof(SaasHostHttpApiClientModule), typeof(AbpPermissionManagementHttpApiClientModule), typeof(AbpAccountAdminWebModule) })]
public class FormsWebHostModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
FormsWebHostModule()
Declaration
public FormsWebHostModule()
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 |