Class AbpAspNetCoreMvcConventionalRegistrar
Inheritance
System.Object
AbpAspNetCoreMvcConventionalRegistrar
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpAspNetCoreMvcConventionalRegistrar : ConventionalRegistrarBase
Methods
AddType(IServiceCollection, Type)
Declaration
public override void AddType(IServiceCollection services, Type type)
Parameters
| Type |
Name |
Description |
| IServiceCollection |
services |
|
| System.Type |
type |
|
GetMvcServiceLifetime(Type)
Declaration
protected virtual ServiceLifetime GetMvcServiceLifetime(Type type)
Parameters
| Type |
Name |
Description |
| System.Type |
type |
|
Returns
| Type |
Description |
| ServiceLifetime |
|
IsMvcService(Type)
Declaration
protected virtual bool IsMvcService(Type type)
Parameters
| Type |
Name |
Description |
| System.Type |
type |
|
Returns
| Type |
Description |
| System.Boolean |
|
Extension Methods