Share via


IApplicationFeatureProvider<TFeature> インターフェイス

定義

特定 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

型パラメーター

TFeature

機能の種類です。

派生
実装

メソッド

PopulateFeature(IEnumerable<ApplicationPart>, TFeature)

インスタンスをfeature更新します。

適用対象