1 write to _httpMethods
Microsoft.AspNetCore.Mvc.Core (1)
AcceptVerbsAttribute.cs (1)
36_httpMethods = methods.Select(method => method.ToUpperInvariant()).ToList();
1 reference to _httpMethods
Microsoft.AspNetCore.Mvc.Core (1)
AcceptVerbsAttribute.cs (1)
42public IEnumerable<string> HttpMethods => _httpMethods;