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)
42
public IEnumerable<string> HttpMethods =>
_httpMethods
;