1 instantiation of TagHelperFeature
Microsoft.AspNetCore.Mvc.Razor (1)
DependencyInjection\TagHelpersAsServices.cs (1)
19
var feature = new
TagHelperFeature
();
7 references to TagHelperFeature
Microsoft.AspNetCore.Mvc.Razor (5)
DependencyInjection\TagHelpersAsServices.cs (1)
19
var
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
"/>.
13
public class TagHelperFeatureProvider : IApplicationFeatureProvider<
TagHelperFeature
>
16
public void PopulateFeature(IEnumerable<ApplicationPart> parts,
TagHelperFeature
feature)
Microsoft.AspNetCore.Mvc.Razor.Test (2)
DependencyInjection\MvcRazorMvcCoreBuilderExtensionsTest.cs (2)
115
private class TestFeatureProvider : IApplicationFeatureProvider<
TagHelperFeature
>
117
public void PopulateFeature(IEnumerable<ApplicationPart> parts,
TagHelperFeature
feature)