1 write to HttpMethod
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\CompiledPageActionDescriptorBuilder.cs (1)
86
HttpMethod
= handlerModel.HttpMethod,
5 references to HttpMethod
Microsoft.AspNetCore.Mvc.RazorPages (5)
Infrastructure\DefaultPageHandlerMethodSelector.cs (5)
92
if (handler.
HttpMethod
!= null &&
93
string.Equals(handler.
HttpMethod
, httpMethod, StringComparison.OrdinalIgnoreCase))
108
if (handler.
HttpMethod
!= null &&
109
string.Equals(handler.
HttpMethod
, fuzzyHttpMethod, StringComparison.OrdinalIgnoreCase))
137
else if (descriptor.
HttpMethod
!= null)