ServiceBasedViewComponentActivator Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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. |