1 instantiation of NonViewComponentAttribute
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
ViewComponents\ViewComponentConventionsTest.cs (1)
130[NonViewComponent]
4 references to NonViewComponentAttribute
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
ViewComponents\DefaultViewComponentHelper.cs (2)
78nameof(NonViewComponentAttribute))); 109nameof(NonViewComponentAttribute)));
ViewComponents\ViewComponentConventions.cs (2)
87/// defines <see cref="ViewComponentAttribute"/>, but not the <see cref="NonViewComponentAttribute"/> 100typeInfo.IsDefined(typeof(NonViewComponentAttribute)))