IApplicationFeatureProvider<TFeature> Schnittstelle

Definition

Ein Anbieter für ein bestimmtes TFeature Feature.

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

Typparameter

TFeature

Der Funktionstyp

Abgeleitet
Implementiert

Methoden

PopulateFeature(IEnumerable<ApplicationPart>, TFeature)

Updates die feature instance.

Gilt für: