IApplicationFeatureProvider<TFeature> Arabirim

Tanım

Belirli TFeature bir özelliğin sağlayıcısı.

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

Tür Parametreleri

TFeature

Özelliğin türü.

Türetilmiş
Uygulamalar

Yöntemler

PopulateFeature(IEnumerable<ApplicationPart>, TFeature)

feature Örneği Güncelleştirmeler.

Şunlara uygulanır