Class AbpViewComponent
Inheritance
AbpViewComponent
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public abstract class AbpViewComponent : ViewComponent
Constructors
AbpViewComponent()
Declaration
protected AbpViewComponent()
Properties
LazyServiceProvider
Declaration
public IAbpLazyServiceProvider LazyServiceProvider { get; set; }
Property Value
Type | Description |
---|---|
IAbpLazyServiceProvider |
ObjectMapper
Declaration
protected IObjectMapper ObjectMapper { get; }
Property Value
Type | Description |
---|---|
IObjectMapper |
ObjectMapperContext
Declaration
protected Type? ObjectMapperContext { get; set; }
Property Value
Type | Description |
---|---|
Type |
ServiceProvider
Declaration
[Obsolete("Use LazyServiceProvider instead.")]
public IServiceProvider ServiceProvider { get; set; }
Property Value
Type | Description |
---|---|
IServiceProvider |