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汇报 实例。

适用于