2 references to SupportsGet
Microsoft.AspNetCore.Mvc.Core (2)
BindPropertyAttribute.cs (2)
17
/// indicates the property should not be bound for HTTP GET requests (see also <see cref="
SupportsGet
"/>).
82
=>
SupportsGet
? _supportsAllRequests : _supportsNonGetRequests;