1 instantiation of TagHelperFeature
Microsoft.AspNetCore.Mvc.Razor (1)
DependencyInjection\TagHelpersAsServices.cs (1)
19var feature = new TagHelperFeature();
7 references to TagHelperFeature
Microsoft.AspNetCore.Mvc.Razor (5)
DependencyInjection\TagHelpersAsServices.cs (1)
19var feature = new TagHelperFeature();
TagHelpers\TagHelperFeature.cs (1)
11/// The list of tag helper types in an MVC application. The <see cref="TagHelperFeature"/> can be populated
TagHelpers\TagHelperFeatureProvider.cs (3)
11/// An <see cref="IApplicationFeatureProvider"/> for the <see cref="TagHelperFeature"/>. 13public class TagHelperFeatureProvider : IApplicationFeatureProvider<TagHelperFeature> 16public void PopulateFeature(IEnumerable<ApplicationPart> parts, TagHelperFeature feature)
Microsoft.AspNetCore.Mvc.Razor.Test (2)
DependencyInjection\MvcRazorMvcCoreBuilderExtensionsTest.cs (2)
115private class TestFeatureProvider : IApplicationFeatureProvider<TagHelperFeature> 117public void PopulateFeature(IEnumerable<ApplicationPart> parts, TagHelperFeature feature)