Class ServiceProviderComponentActivator
Inheritance
ServiceProviderComponentActivator
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public class ServiceProviderComponentActivator : IComponentActivator
Constructors
ServiceProviderComponentActivator(IServiceProvider)
Declaration
public ServiceProviderComponentActivator(IServiceProvider serviceProvider)
Parameters
Properties
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Methods
CreateInstance(Type)
Declaration
public IComponent CreateInstance(Type componentType)
Parameters
Type |
Name |
Description |
Type |
componentType |
|
Returns
Implements
Extension Methods