3 writes to SupportsGet
BasicWebSite (2)
Controllers\BindPropertiesSupportsGetController.cs (1)
8[BindProperties(SupportsGet = true)]
Controllers\BindPropertiesWithValidationController.cs (1)
10[BindProperties(SupportsGet = true)]
RazorPagesWebSite (1)
Pages\PropertyBinding\BindPropertiesWithSupportsGetOnModel.cs (1)
9[BindProperties(SupportsGet = true)]
2 references to SupportsGet
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\DefaultApplicationModelProvider.cs (1)
229var requestPredicate = bindPropertiesAttribute.SupportsGet ? _supportsAllRequests : _supportsNonGetRequests;
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\DefaultPageApplicationModelPartsProvider.cs (1)
123var requestPredicate = bindPropertiesAttribute.SupportsGet ? _supportsAllRequests : _supportsNonGetRequests;