ControllerFeatureProvider Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détecte les contrôleurs à partir d’une liste d’instances 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)
- Héritage
-
ControllerFeatureProvider
- Implémente
Constructeurs
ControllerFeatureProvider() |
Détecte les contrôleurs à partir d’une liste d’instances ApplicationPart . |
Méthodes
IsController(TypeInfo) |
Détermine si un donné |
PopulateFeature(IEnumerable<ApplicationPart>, ControllerFeature) |
Mises à jour le |