DefaultViewComponentActivator 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í.
Výchozí implementace .IViewComponentActivator
public ref class DefaultViewComponentActivator : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentActivator
public class DefaultViewComponentActivator : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentActivator
type DefaultViewComponentActivator = class
interface IViewComponentActivator
Public Class DefaultViewComponentActivator
Implements IViewComponentActivator
- Dědičnost
-
DefaultViewComponentActivator
- Implementuje
Poznámky
Může DefaultViewComponentActivator poskytnout aktuální instanci ViewComponentContext pro veřejnou vlastnost komponenty zobrazení označené pomocí ViewComponentContextAttribute.
Konstruktory
DefaultViewComponentActivator(ITypeActivatorCache) |
Inicializuje novou instanci DefaultViewComponentActivator třídy. |
Metody
Create(ViewComponentContext) |
Vytvoří instanci komponenty ViewComponent. |
Release(ViewComponentContext, Object) |
Uvolní instanci ViewComponent. |