Condividi tramite


DefaultViewComponentInvoker Classe

Definizione

Implementazione predefinita per 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
Ereditarietà
DefaultViewComponentInvoker
Implementazioni

Costruttori

DefaultViewComponentInvoker(IViewComponentFactory, ViewComponentInvokerCache, DiagnosticSource, ILogger)

Inizializza una nuova istanza di DefaultViewComponentInvoker.

Metodi

InvokeAsync(ViewComponentContext)

Esegue il componente di context visualizzazione specificato da ViewComponentDescriptor e scrive il risultato in Writer.

Si applica a