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