3 instantiations of ApiControllerAttribute
AspireWithMaui.WeatherApi (1)
Controllers\WeatherForecastController.cs (1)
5
[
ApiController
]
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
Logging\ApiRoutingController.cs (1)
16
[
ApiController
]
Logging\TestController.cs (1)
12
[
ApiController
]
10 references to ApiControllerAttribute
Microsoft.AspNetCore.Mvc.Core (9)
ApiBehaviorOptions.cs (4)
13
/// Options used to configure behavior for types annotated with <see cref="
ApiControllerAttribute
"/>.
21
/// Delegate invoked on actions annotated with <see cref="
ApiControllerAttribute
"/> to convert invalid
38
/// with <see cref="
ApiControllerAttribute
"/> is suppressed.
64
/// Gets or sets a value that determines if controllers with <see cref="
ApiControllerAttribute
"/>
ApplicationModels\ApiBehaviorApplicationModelProvider.cs (1)
99
nameof(
ApiControllerAttribute
));
Infrastructure\IApiBehaviorMetadata.cs (1)
13
/// Controllers decorated with this attribute (<see cref="
ApiControllerAttribute
"/>) are configured with
Infrastructure\IClientErrorFactory.cs (1)
10
/// with <see cref="
ApiControllerAttribute
"/> to transform <see cref="IClientErrorActionResult"/>.
Infrastructure\ModelStateInvalidFilter.cs (1)
14
/// added to all types and actions annotated with <see cref="
ApiControllerAttribute
"/>.
ProducesErrorResponseTypeAttribute.cs (1)
7
/// Specifies the type returned by default by controllers annotated with <see cref="
ApiControllerAttribute
"/>.
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Builder\ControllerActionEndpointConventionBuilderResourceCollectionExtensions.cs (1)
45
if (endpointBuilder.Metadata.OfType<
ApiControllerAttribute
>().Any())