ControllerFeatureProvider クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インスタンスの一覧 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) |
指定 |
PopulateFeature(IEnumerable<ApplicationPart>, ControllerFeature) |
インスタンスを |