aspnetcore/test/WebSites/BasicWebSite/Controllers
Patrick Westerhoff ddbe0fef26 Allow custom handling of antiforgery failures
To enable custom handling of antiforgery validation failures, use an
`AntiforgeryValidationFailedResult` which is just a `BadRequestResult`
but allows to be identified explicitly inside always-running result
filters using the `IAntiforgeryValidationFailedResult` marker interface.
2018-10-19 13:47:08 -07:00
..
ActionConstraints
ContentNegotiation
LinkGeneration
ActionResultOfTController.cs
AntiforgeryController.cs Allow custom handling of antiforgery failures 2018-10-19 13:47:08 -07:00
AsyncActionsController.cs
AuthorizeUserController.cs
BindPropertiesController.cs
BindPropertiesSupportsGetController.cs
ContactApiController.cs Polish ProblemDetails 2018-08-28 16:21:39 -07:00
DefaultValuesController.cs
FiltersController.cs
HomeController.cs Razor runtime compilation produces errors if running on a shared runtime that's rolled forward 2018-06-29 13:55:22 -07:00
JsonResultController.cs
MonitorController.cs
OrderController.cs
PageRouteController.cs Support page parameter in attribute route (#8530) 2018-10-04 14:39:40 +13:00
PassThroughController.cs
RemoteAttribute_HomeController.cs
RemoteAttribute_VerifyController.cs
RequestFormLimitsController.cs
RequestScopedServiceController.cs Run request service constraint test with dispatching (#8112) 2018-07-19 16:43:51 +12:00
RequestSizeLimitController.cs
RoutingController.cs React to routing changes (#8303) 2018-08-22 17:15:09 +12:00
SqlDataController.cs
TempDataController.cs
TempDataPropertyController.cs
TestingController.cs [Fixes #8021] Copy the request headers before sending the request on the RedirectHandler 2018-08-23 16:09:05 -07:00
UsersController.cs
ViewDataPropertyController.cs