Freigeben über


ServiceBasedViewComponentActivator Klasse

Definition

Eine IViewComponentActivator , die Ansichtskomponenten als Dienste aus der Anforderung IServiceProviderabruft.

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
Vererbung
ServiceBasedViewComponentActivator
Implementiert

Konstruktoren

ServiceBasedViewComponentActivator()

Eine IViewComponentActivator , die Ansichtskomponenten als Dienste aus der Anforderung IServiceProviderabruft.

Methoden

Create(ViewComponentContext)

Instanziiert einen ViewComponent.

Release(ViewComponentContext, Object)

Gibt eine ViewComponent-instance frei.

Gilt für: