5 references to IsPatch
Microsoft.AspNetCore.Antiforgery (1)
src\Shared\HttpExtensions.cs (1)
13
HttpMethods.IsPost(method) || HttpMethods.IsPut(method) || HttpMethods.
IsPatch
(method);
Microsoft.AspNetCore.Diagnostics (1)
src\Shared\HttpExtensions.cs (1)
13
HttpMethods.IsPost(method) || HttpMethods.IsPut(method) || HttpMethods.
IsPatch
(method);
Microsoft.AspNetCore.Hosting (1)
src\Shared\HttpExtensions.cs (1)
13
HttpMethods.IsPost(method) || HttpMethods.IsPut(method) || HttpMethods.
IsPatch
(method);
Microsoft.AspNetCore.Http.Abstractions (1)
HttpMethods.cs (1)
177
string _ when
IsPatch
(method) => Patch,
Microsoft.AspNetCore.Routing (1)
src\Shared\HttpExtensions.cs (1)
13
HttpMethods.IsPost(method) || HttpMethods.IsPut(method) || HttpMethods.
IsPatch
(method);