43 writes to HttpMethod
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\CompiledPageActionDescriptorBuilder.cs (1)
86HttpMethod = handlerModel.HttpMethod,
Microsoft.AspNetCore.Mvc.RazorPages.Test (42)
Infrastructure\DefaultPageHandlerMethodSelectorTest.cs (33)
18HttpMethod = "GET" 23HttpMethod = "POST" 60HttpMethod = "GET" 65HttpMethod = "POST" 70HttpMethod = "HEAD" 108HttpMethod = "GET" 113HttpMethod = "POST" 120HttpMethod = "HEAD", 161HttpMethod = "GET" 166HttpMethod = "POST" 203HttpMethod = "GET" 241HttpMethod = "PUT", 245HttpMethod = httpMethod, 282HttpMethod = "POST", 288HttpMethod = "POST", 332HttpMethod = "POST", 338HttpMethod = "POST", 383HttpMethod = "POST", 389HttpMethod = "POST", 433HttpMethod = "POST", 439HttpMethod = "POST", 478HttpMethod = "POST", 484HttpMethod = "POST", 529HttpMethod = "POST", 535HttpMethod = "POST", 574HttpMethod = "POST", 580HttpMethod = "POST", 624HttpMethod = "POST", 630HttpMethod = "POST", 635HttpMethod = "GET", 676HttpMethod = "POST", 683HttpMethod = "POST", 689HttpMethod = "GET",
Infrastructure\PageActionInvokerTest.cs (8)
1460HttpMethod = "GET", 1469HttpMethod = "GET", 1592HttpMethod = "GET", 1598HttpMethod = "GET", 1620HttpMethod = "GET", 1626HttpMethod = "GET", 1648HttpMethod = "GET", 1654HttpMethod = "GET",
Infrastructure\PageBinderFactoryTest.cs (1)
766HttpMethod = "Post",
6 references to HttpMethod
Microsoft.AspNetCore.Mvc.RazorPages (5)
Infrastructure\DefaultPageHandlerMethodSelector.cs (5)
92if (handler.HttpMethod != null && 93string.Equals(handler.HttpMethod, httpMethod, StringComparison.OrdinalIgnoreCase)) 108if (handler.HttpMethod != null && 109string.Equals(handler.HttpMethod, fuzzyHttpMethod, StringComparison.OrdinalIgnoreCase)) 137else if (descriptor.HttpMethod != null)
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
ApplicationModels\CompiledPageActionDescriptorBuilderTest.cs (1)
236Assert.Equal(handlerModel.HttpMethod, d.HttpMethod);