EndpointRouteBuilderExtensions
Map(IEndpointRouteBuilder, RoutePattern, Delegate)
Map(IEndpointRouteBuilder, RoutePattern, RequestDelegate)
Map(IEndpointRouteBuilder, String, Delegate)
Map(IEndpointRouteBuilder, String, RequestDelegate)
MapDelete(IEndpointRouteBuilder, String, Delegate)
MapDelete(IEndpointRouteBuilder, String, RequestDelegate)
MapFallback(IEndpointRouteBuilder, Delegate)
MapFallback(IEndpointRouteBuilder, String, Delegate)
MapGet(IEndpointRouteBuilder, String, Delegate)
MapGet(IEndpointRouteBuilder, String, RequestDelegate)
MapGroup(IEndpointRouteBuilder, RoutePattern)
MapGroup(IEndpointRouteBuilder, String)
MapMethods(IEndpointRouteBuilder, String, IEnumerable<String>, Delegate)
MapMethods(IEndpointRouteBuilder, String, IEnumerable<String>, RequestDelegate)
MapPatch(IEndpointRouteBuilder, String, Delegate)
MapPatch(IEndpointRouteBuilder, String, RequestDelegate)
MapPost(IEndpointRouteBuilder, String, Delegate)
MapPost(IEndpointRouteBuilder, String, RequestDelegate)
MapPut(IEndpointRouteBuilder, String, Delegate)
MapPut(IEndpointRouteBuilder, String, RequestDelegate)
net9.0
namespace Microsoft.AspNetCore.Builder
{
public static class EndpointRouteBuilderExtensions
{
public static IEndpointConventionBuilder! MapPost(this IEndpointRouteBuilder! endpoints, [StringSyntax("Route")] string! pattern, RequestDelegate! requestDelegate);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 3.03.1 |
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