DefaultViewComponentHelper 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 IViewComponentHelper.
public ref class DefaultViewComponentHelper : Microsoft::AspNetCore::Mvc::IViewComponentHelper, Microsoft::AspNetCore::Mvc::ViewFeatures::IViewContextAware
public class DefaultViewComponentHelper : Microsoft.AspNetCore.Mvc.IViewComponentHelper, Microsoft.AspNetCore.Mvc.ViewFeatures.IViewContextAware
type DefaultViewComponentHelper = class
interface IViewComponentHelper
interface IViewContextAware
Public Class DefaultViewComponentHelper
Implements IViewComponentHelper, IViewContextAware
- Héritage
-
DefaultViewComponentHelper
- Implémente
Constructeurs
Méthodes
Contextualize(ViewContext) |
Contextualise le instance avec le spécifié |
InvokeAsync(String, Object) |
Appelle un composant d’affichage avec le spécifié |
InvokeAsync(Type, Object) |
Appelle un composant d’affichage de type |
Méthodes d’extension
InvokeAsync(IViewComponentHelper, String) |
Appelle un composant d’affichage avec le spécifié |
InvokeAsync(IViewComponentHelper, Type) |
Appelle un composant d’affichage de type |
InvokeAsync<TComponent>(IViewComponentHelper, Object) |
Appelle un composant d’affichage de type |
InvokeAsync<TComponent>(IViewComponentHelper) |
Appelle un composant d’affichage de type |