2 implementations of HttpMethods
Microsoft.AspNetCore.Mvc.Core (2)
AcceptVerbsAttribute.cs (1)
42public IEnumerable<string> HttpMethods => _httpMethods;
Routing\HttpMethodAttribute.cs (1)
44public IEnumerable<string> HttpMethods => _httpMethods;
1 reference to HttpMethods
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\DefaultApplicationModelProvider.cs (1)
667.SelectMany(a => a.HttpMethods)