1 write to HttpMethod
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\CompiledPageActionDescriptorBuilder.cs (1)
86HttpMethod = handlerModel.HttpMethod,
5 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)