net9.0
namespace Microsoft.AspNetCore.Builder
{
public static class EndpointRouteBuilderExtensions
{
[RequiresDynamicCode("This API may perform reflection on the supplied delegate and its parameters. These types may require generated code and aren't compatible with native AOT applications.")]
[RequiresUnreferencedCode("This API may perform reflection on the supplied delegate and its parameters. These types may be trimmed if not directly referenced.")]
public static RouteHandlerBuilder! MapMethods(this IEndpointRouteBuilder! endpoints, [StringSyntax("Route")] string! pattern, IEnumerable<string!>! httpMethods, Delegate! handler);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.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. |