1 reference to IsNonGetRequest
Microsoft.AspNetCore.Mvc.Core (1)
BindPropertyAttribute.cs (1)
23
private static readonly Func<ActionContext, bool> _supportsNonGetRequests =
IsNonGetRequest
;