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更新 實例。

適用於