Compartilhar via


IApplicationFeatureProvider<TFeature> Interface

Definição

Um provedor para um determinado TFeature recurso.

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

Parâmetros de tipo

TFeature

O tipo do recurso.

Derivado
Implementações

Métodos

PopulateFeature(IEnumerable<ApplicationPart>, TFeature)

Atualizações a feature instância.

Aplica-se a