Map(IEndpointRouteBuilder, RoutePattern, Delegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP 要求に一致する を に追加します。
|
Map(IEndpointRouteBuilder, RoutePattern, RequestDelegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP 要求に一致する を に追加します。
|
Map(IEndpointRouteBuilder, String, Delegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP 要求に一致する を に追加します。
|
Map(IEndpointRouteBuilder, String, RequestDelegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP 要求に一致する を に追加します。
|
MapDelete(IEndpointRouteBuilder, String, Delegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP DELETE 要求に一致する を に追加します。
|
MapDelete(IEndpointRouteBuilder, String, RequestDelegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP DELETE 要求に一致する を に追加します。
|
MapFallback(IEndpointRouteBuilder, Delegate)
|
可能な優先順位が最も低いファイル名以外の要求に一致する 特殊化された RouteEndpointIEndpointRouteBuilder を に追加します。
|
MapFallback(IEndpointRouteBuilder, String, Delegate)
|
指定されたパターンに一致するIEndpointRouteBuilder特殊化された RouteEndpoint を、可能な限り低い優先順位で追加します。
|
MapGet(IEndpointRouteBuilder, String, Delegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP GET 要求に一致する を に追加します。
|
MapGet(IEndpointRouteBuilder, String, RequestDelegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP GET 要求に一致する を に追加します。
|
MapGroup(IEndpointRouteBuilder, RoutePattern)
|
指定した prefix でRouteGroupBuilderプレフィックスが付いたエンドポイントをすべて定義するための を作成します。
|
MapGroup(IEndpointRouteBuilder, String)
|
指定した prefix でRouteGroupBuilderプレフィックスが付いたエンドポイントをすべて定義するための を作成します。
|
MapMethods(IEndpointRouteBuilder, String, IEnumerable<String>, Delegate)
|
RouteEndpoint
IEndpointRouteBuilder指定した HTTP メソッドとパターンの HTTP 要求に一致する を に追加します。
|
MapMethods(IEndpointRouteBuilder, String, IEnumerable<String>, RequestDelegate)
|
RouteEndpoint
IEndpointRouteBuilder指定した HTTP メソッドとパターンの HTTP 要求に一致する を に追加します。
|
MapPatch(IEndpointRouteBuilder, String, Delegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP PATCH 要求に一致する を に追加します。
|
MapPatch(IEndpointRouteBuilder, String, RequestDelegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP PATCH 要求に一致する を に追加します。
|
MapPost(IEndpointRouteBuilder, String, Delegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP POST 要求に一致する を に追加します。
|
MapPost(IEndpointRouteBuilder, String, RequestDelegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP POST 要求に一致する を に追加します。
|
MapPut(IEndpointRouteBuilder, String, Delegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP PUT 要求に一致する を に追加します。
|
MapPut(IEndpointRouteBuilder, String, RequestDelegate)
|
RouteEndpoint指定したパターンの IEndpointRouteBuilder HTTP PUT 要求に一致する を に追加します。
|