4 implementations of IApplicationFeatureProvider
Microsoft.AspNetCore.Mvc.Core (1)
Controllers\ControllerFeatureProvider.cs (1)
13
public class ControllerFeatureProvider :
IApplicationFeatureProvider
<ControllerFeature>
Microsoft.AspNetCore.Mvc.Razor (2)
ApplicationParts\RazorCompiledItemFeatureProvider.cs (1)
12
internal sealed class RazorCompiledItemFeatureProvider :
IApplicationFeatureProvider
<ViewsFeature>
TagHelpers\TagHelperFeatureProvider.cs (1)
13
public class TagHelperFeatureProvider :
IApplicationFeatureProvider
<TagHelperFeature>
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\ViewComponentFeatureProvider.cs (1)
12
public class ViewComponentFeatureProvider :
IApplicationFeatureProvider
<ViewComponentFeature>
3 references to IApplicationFeatureProvider
Microsoft.AspNetCore.Mvc.Core (3)
ApplicationParts\ApplicationPartManager.cs (3)
33
/// <see cref="
IApplicationFeatureProvider
{TFeature}"/>s configured on the
45
foreach (
var
provider in FeatureProviders.OfType<
IApplicationFeatureProvider
<TFeature>>())