1 type derived from NamingConventionViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ViewComponents\ViewComponentConventionsTest.cs (1)
141
public class DerivedNamingConvention :
NamingConventionViewComponent
3 references to NamingConventionViewComponent
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (3)
ViewComponents\ViewComponentConventionsTest.cs (3)
29
[InlineData(typeof(
NamingConventionViewComponent
), true)]
58
[InlineData(typeof(
NamingConventionViewComponent
), "NamingConvention")]
77
[InlineData(typeof(
NamingConventionViewComponent
), "Microsoft.AspNetCore.Mvc.ViewComponentConventionsTestClasses.NamingConvention")]