ControllerFeatureProvider Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ermittelt Controller aus einer Liste von ApplicationPart Instanzen.
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)
- Vererbung
-
ControllerFeatureProvider
- Implementiert
Konstruktoren
ControllerFeatureProvider() |
Ermittelt Controller aus einer Liste von ApplicationPart Instanzen. |
Methoden
IsController(TypeInfo) |
Bestimmt, ob es sich bei einem bestimmten |
PopulateFeature(IEnumerable<ApplicationPart>, ControllerFeature) |
Updates die |