DefaultViewComponentFactory 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 pour IViewComponentFactory.
public ref class DefaultViewComponentFactory : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentFactory
public class DefaultViewComponentFactory : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentFactory
type DefaultViewComponentFactory = class
interface IViewComponentFactory
Public Class DefaultViewComponentFactory
Implements IViewComponentFactory
- Héritage
-
DefaultViewComponentFactory
- Implémente
Constructeurs
DefaultViewComponentFactory(IViewComponentActivator) |
Crée une instance de DefaultViewComponentFactory |
Méthodes
CreateViewComponent(ViewComponentContext) |
Crée un nouveau contrôleur pour le spécifié |
ReleaseViewComponent(ViewComponentContext, Object) |
Libère un composant d’affichage instance. |
ReleaseViewComponentAsync(ViewComponentContext, Object) |
Libère un composant d’affichage instance de manière asynchrone. |