4 references to ViewComponents
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
DependencyInjection\MvcViewFeaturesMvcBuilderExtensions.cs (1)
48
foreach (var viewComponent in feature.
ViewComponents
.Select(vc => vc.AsType()))
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
45
return feature.
ViewComponents
;
ViewComponents\ViewComponentFeatureProvider.cs (2)
22
if (ViewComponentConventions.IsComponent(type) && !feature.
ViewComponents
.Contains(type))
24
feature.
ViewComponents
.Add(type);