Partager via


IViewComponentFactory Interface

Définition

Fournit des méthodes pour la création et la suppression des composants d’affichage.

public interface class IViewComponentFactory
public interface IViewComponentFactory
type IViewComponentFactory = interface
Public Interface IViewComponentFactory
Dérivé

Méthodes

CreateViewComponent(ViewComponentContext)

Crée un contrôleur pour le spécifié context.

ReleaseViewComponent(ViewComponentContext, Object)

Libère un composant d’affichage instance.

ReleaseViewComponentAsync(ViewComponentContext, Object)

Libère un composant d’affichage instance de façon asynchrone.

S’applique à