Sdílet prostřednictvím


ServiceBasedViewComponentActivator Třída

Definice

A IViewComponentActivator , který načte komponenty zobrazení jako služby z požadavku IServiceProvider.

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
Dědičnost
ServiceBasedViewComponentActivator
Implementuje

Konstruktory

ServiceBasedViewComponentActivator()

A IViewComponentActivator , který načte komponenty zobrazení jako služby z požadavku IServiceProvider.

Metody

Create(ViewComponentContext)

Vytvoří instanci komponenty ViewComponent.

Release(ViewComponentContext, Object)

Uvolní instanci ViewComponent.

Platí pro