2 instantiations of ViewComponentFeature
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensions.cs (1)
45
var feature = new
ViewComponentFeature
();
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
43
var feature = new
ViewComponentFeature
();
5 references to ViewComponentFeature
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensions.cs (1)
45
var
feature = new ViewComponentFeature();
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
43
var
feature = new ViewComponentFeature();
ViewComponents\ViewComponentFeature.cs (1)
11
/// The list of view component types in an MVC application.The <see cref="
ViewComponentFeature
"/> can be populated
ViewComponents\ViewComponentFeatureProvider.cs (2)
12
public class ViewComponentFeatureProvider : IApplicationFeatureProvider<
ViewComponentFeature
>
15
public void PopulateFeature(IEnumerable<ApplicationPart> parts,
ViewComponentFeature
feature)