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)
78
nameof(
NonViewComponentAttribute
)));
109
nameof(
NonViewComponentAttribute
)));
ViewComponents\ViewComponentConventions.cs (2)
87
/// defines <see cref="ViewComponentAttribute"/>, but not the <see cref="
NonViewComponentAttribute
"/>
100
typeInfo.IsDefined(typeof(
NonViewComponentAttribute
)))