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 instance 업데이트.

적용 대상