3 references to IsDelete
Microsoft.AspNetCore.Http.Abstractions (1)
HttpMethods.cs (1)
174
string _ when
IsDelete
(method) => Delete,
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
89
else if (HttpMethods.
IsDelete
(context.Request.Method))
Microsoft.AspNetCore.SpaServices.Extensions (1)
Proxying\SpaProxy.cs (1)
137
!HttpMethods.
IsDelete
(requestMethod) &&