IEndpointRouteBuilder
DataSources
ServiceProvider
CreateApplicationBuilder()
Map(IEndpointRouteBuilder, RoutePattern, Delegate)
Map(IEndpointRouteBuilder, RoutePattern, RequestDelegate)
Map(IEndpointRouteBuilder, String, Delegate)
Map(IEndpointRouteBuilder, String, RequestDelegate)
MapAreaControllerRoute(IEndpointRouteBuilder, String, String, String, Object, Object, Object)
MapBlazorHub(IEndpointRouteBuilder)
MapBlazorHub(IEndpointRouteBuilder, String)
MapBlazorHub(IEndpointRouteBuilder, Action<HttpConnectionDispatcherOptions>)
MapBlazorHub(IEndpointRouteBuilder, String, Action<HttpConnectionDispatcherOptions>)
MapConnectionHandler<TConnectionHandler>(IEndpointRouteBuilder, String)
MapConnectionHandler<TConnectionHandler>(IEndpointRouteBuilder, String, Action<HttpConnectionDispatcherOptions>)
MapConnections(IEndpointRouteBuilder, String, Action<IConnectionBuilder>)
MapConnections(IEndpointRouteBuilder, String, HttpConnectionDispatcherOptions, Action<IConnectionBuilder>)
MapControllerRoute(IEndpointRouteBuilder, String, String, Object, Object, Object)
MapControllers(IEndpointRouteBuilder)
MapDefaultControllerRoute(IEndpointRouteBuilder)
MapDelete(IEndpointRouteBuilder, String, Delegate)
MapDelete(IEndpointRouteBuilder, String, RequestDelegate)
MapDynamicControllerRoute<TTransformer>(IEndpointRouteBuilder, String)
MapDynamicControllerRoute<TTransformer>(IEndpointRouteBuilder, String, Object)
MapDynamicControllerRoute<TTransformer>(IEndpointRouteBuilder, String, Object, Int32)
MapDynamicPageRoute<TTransformer>(IEndpointRouteBuilder, String)
MapDynamicPageRoute<TTransformer>(IEndpointRouteBuilder, String, Object)
MapDynamicPageRoute<TTransformer>(IEndpointRouteBuilder, String, Object, Int32)
MapFallback(IEndpointRouteBuilder, Delegate)
MapFallback(IEndpointRouteBuilder, RequestDelegate)
MapFallback(IEndpointRouteBuilder, String, Delegate)
MapFallback(IEndpointRouteBuilder, String, RequestDelegate)
MapFallbackToAreaController(IEndpointRouteBuilder, String, String, String)
MapFallbackToAreaController(IEndpointRouteBuilder, String, String, String, String)
MapFallbackToAreaPage(IEndpointRouteBuilder, String, String)
MapFallbackToAreaPage(IEndpointRouteBuilder, String, String, String)
MapFallbackToController(IEndpointRouteBuilder, String, String)
MapFallbackToController(IEndpointRouteBuilder, String, String, String)
MapFallbackToFile(IEndpointRouteBuilder, String)
MapFallbackToFile(IEndpointRouteBuilder, String, StaticFileOptions)
MapFallbackToFile(IEndpointRouteBuilder, String, String)
MapFallbackToFile(IEndpointRouteBuilder, String, String, StaticFileOptions)
MapFallbackToPage(IEndpointRouteBuilder, String)
MapFallbackToPage(IEndpointRouteBuilder, String, String)
MapGet(IEndpointRouteBuilder, String, Delegate)
MapGet(IEndpointRouteBuilder, String, RequestDelegate)
MapGroup(IEndpointRouteBuilder, RoutePattern)
MapGroup(IEndpointRouteBuilder, String)
MapHealthChecks(IEndpointRouteBuilder, String)
MapHealthChecks(IEndpointRouteBuilder, String, HealthCheckOptions)
MapHub<THub>(IEndpointRouteBuilder, String)
MapHub<THub>(IEndpointRouteBuilder, String, Action<HttpConnectionDispatcherOptions>)
MapIdentityApi<TUser>(IEndpointRouteBuilder)
MapMethods(IEndpointRouteBuilder, String, IEnumerable<String>, Delegate)
MapMethods(IEndpointRouteBuilder, String, IEnumerable<String>, RequestDelegate)
MapOpenApi(IEndpointRouteBuilder, String)
MapPatch(IEndpointRouteBuilder, String, Delegate)
MapPatch(IEndpointRouteBuilder, String, RequestDelegate)
MapPost(IEndpointRouteBuilder, String, Delegate)
MapPost(IEndpointRouteBuilder, String, RequestDelegate)
MapPut(IEndpointRouteBuilder, String, Delegate)
MapPut(IEndpointRouteBuilder, String, RequestDelegate)
MapRazorComponents<TRootComponent>(IEndpointRouteBuilder)
MapRazorPages(IEndpointRouteBuilder)
MapShortCircuit(IEndpointRouteBuilder, Int32, String[])
MapStaticAssets(IEndpointRouteBuilder, String)
net9.0
namespace Microsoft.AspNetCore.Builder
{
public static class ConnectionEndpointRouteBuilderExtensions
{
public static ConnectionEndpointRouteBuilder! MapConnectionHandler<TConnectionHandler>(this IEndpointRouteBuilder! endpoints, [StringSyntax("Route")] string! pattern, Action<HttpConnectionDispatcherOptions!>? configureOptions)
where TConnectionHandler, ConnectionHandler!;
}
}
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.Http.Connections , 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