Condividi tramite


ServiceBasedViewComponentActivator Classe

Definizione

Oggetto IViewComponentActivator che recupera i componenti di visualizzazione come servizi dall'oggetto IServiceProviderdella richiesta.

public ref class ServiceBasedViewComponentActivator : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentActivator
public class ServiceBasedViewComponentActivator : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentActivator
type ServiceBasedViewComponentActivator = class
    interface IViewComponentActivator
Public Class ServiceBasedViewComponentActivator
Implements IViewComponentActivator
Ereditarietà
ServiceBasedViewComponentActivator
Implementazioni

Costruttori

ServiceBasedViewComponentActivator()

Oggetto IViewComponentActivator che recupera i componenti di visualizzazione come servizi dall'oggetto IServiceProviderdella richiesta.

Metodi

Create(ViewComponentContext)

Crea un'istanza di ViewComponent.

Release(ViewComponentContext, Object)

Rilascia un'istanza viewComponent.

Si applica a