1 interface inheriting from IApplicationFeatureProvider
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationParts\IApplicationFeatureProviderOfT.cs (1)
10public interface IApplicationFeatureProvider<TFeature> : IApplicationFeatureProvider
9 references to IApplicationFeatureProvider
Microsoft.AspNetCore.Mvc.Core (5)
ApplicationParts\ApplicationPartManager.cs (4)
15/// Gets the list of <see cref="IApplicationFeatureProvider"/>s. 17public IList<IApplicationFeatureProvider> FeatureProviders { get; } = 18new List<IApplicationFeatureProvider>(); 25/// An <see cref="IApplicationFeatureProvider"/> may choose to use this an interface as a way to resolve conflicts when
ApplicationParts\IApplicationFeatureProvider.cs (1)
7/// Marker interface for <see cref="IApplicationFeatureProvider"/>
Microsoft.AspNetCore.Mvc.Razor (1)
TagHelpers\TagHelperFeatureProvider.cs (1)
11/// An <see cref="IApplicationFeatureProvider"/> for the <see cref="TagHelperFeature"/>.
Microsoft.AspNetCore.Mvc.Test (3)
MvcServiceCollectionExtensionsTest.cs (3)
300var providers = new IApplicationFeatureProvider[] 327var providers = new IApplicationFeatureProvider[] 353var providers = new IApplicationFeatureProvider[]