DefaultViewComponentInvoker 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 IViewComponentInvoker.
public ref class DefaultViewComponentInvoker : Microsoft::AspNetCore::Mvc::ViewComponents::IViewComponentInvoker
public class DefaultViewComponentInvoker : Microsoft.AspNetCore.Mvc.ViewComponents.IViewComponentInvoker
type DefaultViewComponentInvoker = class
interface IViewComponentInvoker
Public Class DefaultViewComponentInvoker
Implements IViewComponentInvoker
- Héritage
-
DefaultViewComponentInvoker
- Implémente
Constructeurs
DefaultViewComponentInvoker(IViewComponentFactory, ViewComponentInvokerCache, DiagnosticSource, ILogger) |
Initialise une nouvelle instance de DefaultViewComponentInvoker. |
Méthodes
InvokeAsync(ViewComponentContext) |
Exécute le composant d’affichage spécifié par ViewComponentDescriptor de |