EndpointRouteBuilderExtensions.MapDelete Yöntem

Tanım

Aşırı Yüklemeler

MapDelete(IEndpointRouteBuilder, String, RequestDelegate)

belirtilen desen için IEndpointRouteBuilder HTTP DELETE istekleriyle eşleşen öğesine bir RouteEndpoint ekler.

MapDelete(IEndpointRouteBuilder, String, Delegate)

belirtilen desen için IEndpointRouteBuilder HTTP DELETE istekleriyle eşleşen öğesine bir RouteEndpoint ekler.

MapDelete(IEndpointRouteBuilder, String, RequestDelegate)

belirtilen desen için IEndpointRouteBuilder HTTP DELETE istekleriyle eşleşen öğesine bir RouteEndpoint ekler.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Builder::IEndpointConventionBuilder ^ MapDelete(Microsoft::AspNetCore::Routing::IEndpointRouteBuilder ^ endpoints, System::String ^ pattern, Microsoft::AspNetCore::Http::RequestDelegate ^ requestDelegate);
public static Microsoft.AspNetCore.Builder.IEndpointConventionBuilder MapDelete (this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints, string pattern, Microsoft.AspNetCore.Http.RequestDelegate requestDelegate);
static member MapDelete : Microsoft.AspNetCore.Routing.IEndpointRouteBuilder * string * Microsoft.AspNetCore.Http.RequestDelegate -> Microsoft.AspNetCore.Builder.IEndpointConventionBuilder
<Extension()>
Public Function MapDelete (endpoints As IEndpointRouteBuilder, pattern As String, requestDelegate As RequestDelegate) As IEndpointConventionBuilder

Parametreler

endpoints
IEndpointRouteBuilder

IEndpointRouteBuilder yolu eklenecek.

pattern
String

Yol deseni.

requestDelegate
RequestDelegate

Uç nokta eşleştirildiğinde temsilci yürütülür.

Döndürülenler

IEndpointConventionBuilder Uç noktayı daha fazla özelleştirmek için kullanılabilecek bir.

Şunlara uygulanır

MapDelete(IEndpointRouteBuilder, String, Delegate)

belirtilen desen için IEndpointRouteBuilder HTTP DELETE istekleriyle eşleşen öğesine bir RouteEndpoint ekler.

public static Microsoft.AspNetCore.Builder.RouteHandlerBuilder MapDelete (this Microsoft.AspNetCore.Routing.IEndpointRouteBuilder endpoints, string pattern, Delegate handler);
static member MapDelete : Microsoft.AspNetCore.Routing.IEndpointRouteBuilder * string * Delegate -> Microsoft.AspNetCore.Builder.RouteHandlerBuilder
<Extension()>
Public Function MapDelete (endpoints As IEndpointRouteBuilder, pattern As String, handler As Delegate) As RouteHandlerBuilder

Parametreler

endpoints
IEndpointRouteBuilder

IEndpointRouteBuilder yolu eklenecek.

pattern
String

Yol deseni.

handler
Delegate

Uç nokta eşleştirildiğinde temsilci yürütülür.

Döndürülenler

RouteHandlerBuilder Uç noktayı daha fazla özelleştirmek için kullanılabilecek bir.

Şunlara uygulanır