21 references to IsPost
InMemory.FunctionalTests (3)
UpgradeTests.cs (3)
165if (HttpMethods.IsPost(context.Request.Method)) 200if (HttpMethods.IsPost(context.Request.Method)) 236if (HttpMethods.IsPost(context.Request.Method))
JwtBearerSample (1)
Startup.cs (1)
73if (HttpMethods.IsPost(context.Request.Method))
Microsoft.AspNetCore.Antiforgery (1)
src\Shared\HttpExtensions.cs (1)
13HttpMethods.IsPost(method) || HttpMethods.IsPut(method) || HttpMethods.IsPatch(method);
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (2)
117else if (HttpMethods.IsPost(Request.Method) 656else if (HttpMethods.IsPost(Request.Method)
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationHandler.cs (1)
154if (HttpMethods.IsPost(Request.Method)
Microsoft.AspNetCore.Components.Endpoints (3)
RazorComponentEndpointInvoker.cs (1)
179var processPost = HttpMethods.IsPost(context.Request.Method) &&
Rendering\EndpointHtmlRenderer.EventDispatch.cs (1)
87HttpMethods.IsPost(_httpContext.Request.Method))
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
243if (HttpMethods.IsPost(httpContext.Request.Method))
Microsoft.AspNetCore.Components.Server (1)
CircuitDisconnectMiddleware.cs (1)
34if (!HttpMethods.IsPost(context.Request.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)
172string _ when IsPost(method) => Post,
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionDispatcher.cs (2)
79if (HttpMethods.IsPost(context.Request.Method)) 108if (HttpMethods.IsPost(context.Request.Method))
Microsoft.AspNetCore.HttpOverrides (1)
HttpMethodOverrideMiddleware.cs (1)
38if (HttpMethods.IsPost(context.Request.Method))
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DefaultHtmlGenerator.cs (1)
270else if (HttpMethods.IsPost(method))
Microsoft.AspNetCore.Routing (1)
src\Shared\HttpExtensions.cs (1)
13HttpMethods.IsPost(method) || HttpMethods.IsPut(method) || HttpMethods.IsPatch(method);
Microsoft.AspNetCore.Server.IISIntegration (1)
IISMiddleware.cs (1)
111if (HttpMethods.IsPost(httpContext.Request.Method) &&