Class MyPlungInModule
Implements
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.PlugIn
Assembly: Volo.Abp.AspNetCore.Mvc.PlugIn.dll
Syntax
[DependsOn(new Type[] { typeof(AbpAspNetCoreMvcUiThemeSharedModule) })]
public class MyPlungInModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
MyPlungInModule()
Declaration
public MyPlungInModule()
Methods
PreConfigureServices(ServiceConfigurationContext)
Declaration
public override void PreConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |