Class AbpAspNetCoreMvcClientCommonModule
Implements
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.Client
Assembly: Volo.Abp.AspNetCore.Mvc.Client.Common.dll
Syntax
[DependsOn(new Type[] { typeof(AbpHttpClientModule), typeof(AbpAspNetCoreMvcContractsModule), typeof(AbpCachingModule), typeof(AbpLocalizationModule), typeof(AbpAuthorizationModule), typeof(AbpFeaturesModule), typeof(AbpVirtualFileSystemModule) })]
public class AbpAspNetCoreMvcClientCommonModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpAspNetCoreMvcClientCommonModule()
Declaration
public AbpAspNetCoreMvcClientCommonModule()
Fields
RemoteServiceName
Declaration
public const string RemoteServiceName = "AbpMvcClient"
Field Value
Type | Description |
---|---|
string |
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |