2 references to AttributeViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewComponents\ViewComponentFeatureProviderTest.cs (2)
35
manager.ApplicationParts.Add(new TestPart(typeof(
AttributeViewComponent
)));
44
Assert.Equal(new[] { typeof(
AttributeViewComponent
).GetTypeInfo() }, feature.ViewComponents.ToArray());