4 references to ViewComponentsFeature
Microsoft.AspNetCore.Mvc.Core.Test (4)
ApplicationParts\ApplicationPartManagerTest.cs (4)
110
private class NotControllersedFeatureProvider : IApplicationFeatureProvider<
ViewComponentsFeature
>
112
private readonly Action<
ViewComponentsFeature
, string> _operation;
114
public NotControllersedFeatureProvider(Action<
ViewComponentsFeature
, string> operation)
119
public void PopulateFeature(IEnumerable<ApplicationPart> parts,
ViewComponentsFeature
feature)