4 references to GenericViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
ViewComponents\ViewComponentConventionsTest.cs (4)
22[InlineData(typeof(GenericViewComponent<>), false)] 23[InlineData(typeof(GenericViewComponent<string>), true)] 57[InlineData(typeof(GenericViewComponent<string>), "GenericViewComponent`1")] 76[InlineData(typeof(GenericViewComponent<string>), "Microsoft.AspNetCore.Mvc.ViewComponentConventionsTestClasses.GenericViewComponent`1")]