Class AbpAspNetCoreComponentsServerModule
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Components.Server
Assembly: Volo.Abp.AspNetCore.Components.Server.dll
Syntax
[DependsOn(new Type[] { typeof(AbpHttpClientModule), typeof(AbpAspNetCoreComponentsWebModule), typeof(AbpAspNetCoreSignalRModule), typeof(AbpEventBusModule), typeof(AbpAspNetCoreMvcContractsModule) })]
public class AbpAspNetCoreComponentsServerModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpAspNetCoreComponentsServerModule()
Declaration
public AbpAspNetCoreComponentsServerModule()
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 |