次の方法で共有


ControllerFeatureProvider クラス

定義

インスタンスの一覧 ApplicationPart からコントローラーを検出します。

public ref class ControllerFeatureProvider : Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationFeatureProvider<Microsoft::AspNetCore::Mvc::Controllers::ControllerFeature ^>
public class ControllerFeatureProvider : Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider<Microsoft.AspNetCore.Mvc.Controllers.ControllerFeature>
type ControllerFeatureProvider = class
    interface IApplicationFeatureProvider<ControllerFeature>
    interface IApplicationFeatureProvider
type ControllerFeatureProvider = class
    interface IApplicationFeatureProvider
    interface IApplicationFeatureProvider<ControllerFeature>
Public Class ControllerFeatureProvider
Implements IApplicationFeatureProvider(Of ControllerFeature)
継承
ControllerFeatureProvider
実装

コンストラクター

ControllerFeatureProvider()

インスタンスの一覧 ApplicationPart からコントローラーを検出します。

メソッド

IsController(TypeInfo)

指定 typeInfo した がコントローラーであるかどうかを判断します。

PopulateFeature(IEnumerable<ApplicationPart>, ControllerFeature)

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

適用対象