Class SaasHostBlazorServerModule
Implements
Inherited Members
Namespace: Volo.Saas.Host.Blazor.Server
Assembly: Volo.Saas.Host.Blazor.Server.dll
Syntax
[DependsOn(new Type[] { typeof(SaasHostBlazorModule), typeof(AbpFeatureManagementBlazorServerModule) })]
public class SaasHostBlazorServerModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
SaasHostBlazorServerModule()
Declaration
public SaasHostBlazorServerModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |