Ryan Nowak
|
046cb976b3
|
Move ActionResult classes back to main namespace
|
2015-09-16 21:42:31 -07:00 |
Ryan Nowak
|
229724c4ea
|
Reorganize MVC namespaces
|
2015-09-01 22:28:33 -07:00 |
Ryan Nowak
|
ccb2f2deda
|
React to move of StatusCodes
|
2015-07-08 12:43:33 -07:00 |
Ryan Nowak
|
e985fa5d42
|
Split up MVC.Extensions into smaller packages
Startup.cs API experience to follow in a separate change. This change just
gets the bulk of the code churn out of the way.
|
2015-07-06 23:41:22 -07:00 |
N. Taylor Mullen
|
64e726d2b2
|
Update LICENSE.txt and license header on files.
|
2015-05-01 13:55:25 -07:00 |
Ajay Bhargav Baaskaran
|
fc9e1caf43
|
[Fixes #1331] Register object for dispose in ObjectResult and
FileStreamResult
|
2015-03-17 17:04:05 -07:00 |
Ajay Bhargav Baaskaran
|
dc49a2c194
|
Added HttpNotFoundObjectResult and added relevant tests
|
2015-02-24 11:57:48 -08:00 |
Ajay Bhargav Baaskaran
|
ac6a1a6a80
|
Replaced status code number with constants
|
2015-02-05 16:43:59 -08:00 |
Ajay Bhargav Baaskaran
|
17aa21dc25
|
Added StatusCode property to OutputFormatterContext
- Fixes issue #1809
- Added relevant tests
|
2015-01-26 17:32:04 -08:00 |
Kiran Challa
|
5c2dc5db11
|
[Fixes#1792]Separate XML serializers to Microsoft.AspNet.Mvc.Xml
|
2015-01-22 15:09:20 -08:00 |
Ajay Bhargav Baaskaran
|
7c0eb56e59
|
ContentResult sets Charset along with ContentType
- Sets default ContentType and Charset if null
- Added relevant unit and functional tests
|
2015-01-16 12:24:44 -08:00 |
sornaks
|
5262dfd577
|
Adding SerializableError - a serializable container for the purpose of output conneg.
|
2015-01-06 14:07:45 -08:00 |
Ajay Bhargav Baaskaran
|
eb7283fced
|
added BadRequest and Created Action Results with related unit and functional tests.
|
2015-01-05 11:07:42 -08:00 |