Class AbpAspNetCoreComponentsModule
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
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
[DependsOn(new Type[] { typeof(AbpObjectMappingModule), typeof(AbpSecurityModule), typeof(AbpTimingModule) })]
public class AbpAspNetCoreComponentsModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpAspNetCoreComponentsModule()
Declaration
public AbpAspNetCoreComponentsModule()
Methods
PreConfigureServices(ServiceConfigurationContext)
Declaration
public override void PreConfigureServices(ServiceConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ServiceConfigurationContext | context |