..
ActionConstraints
Add support for media type suffixes ( #5273 , #6032 )
2017-03-31 10:20:43 +01:00
ContentNegotiation
Add support for media type suffixes ( #5273 , #6032 )
2017-03-31 10:20:43 +01:00
LinkGeneration
…
ActionResultOfTController.cs
Introduce ActionResult<T>
2017-09-06 18:46:06 -07:00
AntiforgeryController.cs
Added functional tests for Antiforgery related to setting no-cache headers
2016-11-02 16:29:34 -07:00
AsyncActionsController.cs
React to new ObjectMethodExecutor in Common
2017-05-03 15:40:02 +01:00
DefaultValuesController.cs
…
HomeController.cs
Added RedirectToAction overload with no arguments
2017-09-12 17:17:48 -07:00
JsonResultController.cs
Remove extra options to manipulate `JsonSerializerSettings`
2016-04-27 14:48:16 -07:00
MonitorController.cs
…
OrderController.cs
* Remove ServiceProvider
2016-03-15 09:57:17 -07:00
PageRouteController.cs
Allow "page" route parameter to be used in Mvc controllers
2017-08-24 15:44:37 -07:00
PassThroughController.cs
Updated `Controller`s `ViewComponent` method to handle arguments.
2016-02-02 15:42:23 -08:00
RemoteAttribute_HomeController.cs
Add `[Remote(routeName : "name")]` tests
2016-05-03 12:25:00 -07:00
RemoteAttribute_VerifyController.cs
Add `[Remote(routeName : "name")]` tests
2016-05-03 12:25:00 -07:00
RequestFormLimitsController.cs
Added RequestFormLimits filter.
2017-09-18 13:48:15 -07:00
RequestScopedServiceController.cs
…
RequestSizeLimitController.cs
Changed RequestSizeLimitAttribute to create an authorization filter rather than a resource filter.
2017-09-12 17:03:24 -07:00
RoutingController.cs
[ Fixes #4506 ] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName
2016-05-31 23:13:20 -07:00
SqlDataController.cs
…
TempDataController.cs
Avoid saving TempData in case of unhandled exceptions. [ Fixes #6598 ] BUG? Accessing TempData prevent response to have content on error.
2017-09-07 13:13:27 -07:00
TempDataPropertyController.cs
TempData property attribute
2017-03-16 16:34:35 -07:00
TestingController.cs
Improvements to the testing package.
2017-09-18 18:12:01 -07:00
UsersController.cs
…