DefaultViewComponentInvoker 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 pro 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
- Dědičnost
-
DefaultViewComponentInvoker
- Implementuje
Konstruktory
DefaultViewComponentInvoker(IViewComponentFactory, ViewComponentInvokerCache, DiagnosticSource, ILogger) |
Inicializuje novou instanci .DefaultViewComponentInvoker |
Metody
InvokeAsync(ViewComponentContext) |
Spustí komponentu zobrazení určenou parametrem ViewComponentDescriptor a |