Class AbpIdentityWebModule
Inheritance
System.Object
AbpIdentityWebModule
Assembly: Volo.Abp.Identity.Web.dll
Syntax
public class AbpIdentityWebModule : AbpModule
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
| Type |
Name |
Description |
| ServiceConfigurationContext |
context |
|
PostConfigureServices(ServiceConfigurationContext)
Declaration
public override void PostConfigureServices(ServiceConfigurationContext context)
Parameters
| Type |
Name |
Description |
| ServiceConfigurationContext |
context |
|
PreConfigureServices(ServiceConfigurationContext)
Declaration
public override void PreConfigureServices(ServiceConfigurationContext context)
Parameters
| Type |
Name |
Description |
| ServiceConfigurationContext |
context |
|
Extension Methods