DefaultViewComponentActivator Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémentation par défaut de 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
- Héritage
-
DefaultViewComponentActivator
- Implémente
Remarques
DefaultViewComponentActivator peut fournir le instance actuel de ViewComponentContext à une propriété publique d’un composant d’affichage marqué avec ViewComponentContextAttribute.
Constructeurs
DefaultViewComponentActivator(ITypeActivatorCache) |
Initialise une nouvelle instance de la classe DefaultViewComponentActivator. |
Méthodes
Create(ViewComponentContext) |
Instancie un ViewComponent. |
Release(ViewComponentContext, Object) |
Libère une instance ViewComponent. |