5 references to IsPut
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)
173string _ when IsPut(method) => Put,
Microsoft.AspNetCore.Routing (1)
src\Shared\HttpExtensions.cs (1)
13HttpMethods.IsPost(method) || HttpMethods.IsPut(method) || HttpMethods.IsPatch(method);