2 references to NonControllerAttribute
Microsoft.AspNetCore.Mvc.Core (2)
ControllerAttribute.cs (1)
9
/// <see cref="
NonControllerAttribute
"/> is applied to any type in the hierarchy.
Controllers\ControllerFeatureProvider.cs (1)
63
if (typeInfo.IsDefined(typeof(
NonControllerAttribute
)))