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
)))