ControllerFeatureProvider Sınıf

Tanım

Bir örnek listesinden ApplicationPart denetleyicileri bulur.

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)
Devralma
ControllerFeatureProvider
Uygulamalar

Oluşturucular

ControllerFeatureProvider()

Bir örnek listesinden ApplicationPart denetleyicileri bulur.

Yöntemler

IsController(TypeInfo)

Verilen typeInfo bir denetleyici olup olmadığını belirler.

PopulateFeature(IEnumerable<ApplicationPart>, ControllerFeature)

feature Örneği Güncelleştirmeler.

Şunlara uygulanır