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[])
net9.0
namespace Microsoft.AspNetCore.Http
{
public static class OpenApiRouteHandlerBuilderExtensions
{
public static RouteHandlerBuilder! ExcludeFromDescription(this RouteHandlerBuilder! builder);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Design Reviews |
|
.NET | 6.07.08.09.0 |
Information specific to net9.0 | |
Assembly | Microsoft.AspNetCore.Routing , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API