Partager via


IApplicationFeatureProvider<TFeature> Interface

Définition

Fournisseur pour une fonctionnalité donnée TFeature .

generic <typename TFeature>
public interface class IApplicationFeatureProvider : Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationFeatureProvider
public interface IApplicationFeatureProvider<TFeature> : Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider
type IApplicationFeatureProvider<'Feature> = interface
    interface IApplicationFeatureProvider
Public Interface IApplicationFeatureProvider(Of TFeature)
Implements IApplicationFeatureProvider

Paramètres de type

TFeature

Type de la fonctionnalité.

Dérivé
Implémente

Méthodes

PopulateFeature(IEnumerable<ApplicationPart>, TFeature)

Mises à jour le feature instance.

S’applique à