RouteHandlerBuilder
RouteHandlerBuilder(IEnumerable<IEndpointConventionBuilder>)
Add(Action<EndpointBuilder>)
Finally(Action<EndpointBuilder>)
Accepts(RouteHandlerBuilder, Type, String, String[])
Accepts(RouteHandlerBuilder, Type, Boolean, String, String[])
Accepts<TRequest>(RouteHandlerBuilder, String, String[])
Accepts<TRequest>(RouteHandlerBuilder, Boolean, String, String[])
AddEndpointFilter<TFilterType>(RouteHandlerBuilder)
ExcludeFromDescription(RouteHandlerBuilder)
Produces(RouteHandlerBuilder, Int32, Type, String, String[])
Produces<TResponse>(RouteHandlerBuilder, Int32, String, String[])
ProducesProblem(RouteHandlerBuilder, Int32, String)
ProducesValidationProblem(RouteHandlerBuilder, Int32, String)
WithTags(RouteHandlerBuilder, String[])
net6.0
namespace Microsoft.AspNetCore.Http
{
public static class OpenApiRouteHandlerBuilderExtensions
{
public static RouteHandlerBuilder! ProducesValidationProblem(this RouteHandlerBuilder! builder, int statusCode = 400, string? contentType = null);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to net6.0 | |
Assembly | Microsoft.AspNetCore.Routing , Version=6.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API