Compartir a través de


IApplicationFeatureProvider<TFeature> Interfaz

Definición

Proveedor de una característica determinada 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

Parámetros de tipo

TFeature

Tipo de la característica.

Derivado
Implementaciones

Métodos

PopulateFeature(IEnumerable<ApplicationPart>, TFeature)

Novedades la feature instancia.

Se aplica a