2 references to HttpMethodActionConstraint
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\DefaultApplicationModelProvider.cs (1)
673
selectorModel.ActionConstraints.Add(new
HttpMethodActionConstraint
(httpMethods));
Microsoft.AspNetCore.Mvc.Cors (1)
CorsHttpMethodActionConstraint.cs (1)
16
:
base
(constraint.HttpMethods)