| .. |
|
ActionConstraints
|
…
|
|
|
ApiExplorer
|
Added new attribute ProducesResponseTypeAttribute to enable ApiExplorer to expose response type and StatusCode.
|
2016-03-30 11:51:58 -07:00 |
|
ApplicationModels
|
[Fixes #4043] Figure out ControllerModel.AttributeRoutes
|
2016-03-01 10:28:24 -08:00 |
|
ApplicationParts
|
[Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic.
|
2016-04-01 09:29:37 -07:00 |
|
Authorization
|
Complete the doc comments for filters
|
2016-04-13 16:01:30 -07:00 |
|
Builder
|
…
|
|
|
Controllers
|
[Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic.
|
2016-04-01 09:29:37 -07:00 |
|
DependencyInjection
|
Remove IAssemblyProvider and update DNX to work with application parts.
|
2016-04-01 11:01:09 -07:00 |
|
Filters
|
Complete the doc comments for filters
|
2016-04-13 16:01:30 -07:00 |
|
Formatters
|
Complete the doc comments for filters
|
2016-04-13 16:01:30 -07:00 |
|
Infrastructure
|
Remove IAssemblyProvider and update DNX to work with application parts.
|
2016-04-01 11:01:09 -07:00 |
|
Internal
|
Filters provided by filter providers are made to never be cached
|
2016-04-22 16:56:08 -07:00 |
|
ModelBinding
|
Fixing BindNever attribute and Type model binding
|
2016-04-22 11:52:08 -07:00 |
|
Properties
|
Simplify BindAttribute - rename PredicateProvider
|
2016-03-31 12:34:02 -07:00 |
|
Routing
|
[Perf] Using single UrlHelper per HttpContext and one StringBuilder per UrlHelper to reduce allocations
|
2016-03-07 13:48:54 -08:00 |
|
ViewFeatures
|
…
|
|
|
AcceptVerbsAttribute.cs
|
…
|
|
|
ActionContextAttribute.cs
|
…
|
|
|
ActionNameAttribute.cs
|
…
|
|
|
ActionResult.cs
|
…
|
|
|
ApiExplorerSettingsAttribute.cs
|
…
|
|
|
AreaAttribute.cs
|
…
|
|
|
BadRequestObjectResult.cs
|
…
|
|
|
BadRequestResult.cs
|
[Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok()
|
2016-02-19 09:25:04 -08:00 |
|
BindAttribute.cs
|
Simplify BindAttribute - rename PredicateProvider
|
2016-03-31 12:34:02 -07:00 |
|
CacheProfile.cs
|
…
|
|
|
ChallengeResult.cs
|
Introduce SignInResult/SignOutResult and ControllerBase.SignIn/SignOut
|
2016-03-28 12:45:42 -07:00 |
|
ConsumesAttribute.cs
|
Complete the doc comments for filters
|
2016-04-13 16:01:30 -07:00 |
|
ContentResult.cs
|
Reorganize logging, move more types to internal
|
2016-01-24 17:24:34 -08:00 |
|
ControllerAttribute.cs
|
[Fixes #3732] Simplify controller discovery.
|
2016-03-31 10:50:26 -07:00 |
|
ControllerBase.cs
|
[Fixes 4509] Stop registering disposable objects in our controller helper methods
|
2016-04-20 17:00:34 -07:00 |
|
ControllerContext.cs
|
Introducing ModelBinderFactory
|
2016-03-29 15:45:14 -07:00 |
|
ControllerContextAttribute.cs
|
…
|
|
|
CreatedAtActionResult.cs
|
…
|
|
|
CreatedAtRouteResult.cs
|
…
|
|
|
CreatedResult.cs
|
…
|
|
|
EmptyResult.cs
|
…
|
|
|
FileContentResult.cs
|
…
|
|
|
FileResult.cs
|
Reorganize logging, move more types to internal
|
2016-01-24 17:24:34 -08:00 |
|
FileStreamResult.cs
|
…
|
|
|
ForbidResult.cs
|
Introduce SignInResult/SignOutResult and ControllerBase.SignIn/SignOut
|
2016-03-28 12:45:42 -07:00 |
|
FormatFilterAttribute.cs
|
Complete the doc comments for filters
|
2016-04-13 16:01:30 -07:00 |
|
FromBodyAttribute.cs
|
…
|
|
|
FromFormAttribute.cs
|
…
|
|
|
FromHeaderAttribute.cs
|
…
|
|
|
FromQueryAttribute.cs
|
…
|
|
|
FromRouteAttribute.cs
|
…
|
|
|
FromServicesAttribute.cs
|
…
|
|
|
HttpDeleteAttribute.cs
|
…
|
|
|
HttpGetAttribute.cs
|
…
|
|
|
HttpHeadAttribute.cs
|
…
|
|
|
HttpOptionsAttribute.cs
|
[Fixes #4152] Add HttpOptionsAttribute
|
2016-03-09 18:14:38 -08:00 |
|
HttpPatchAttribute.cs
|
…
|
|
|
HttpPostAttribute.cs
|
…
|
|
|
HttpPutAttribute.cs
|
…
|
|
|
LocalRedirectResult.cs
|
Enabled xml doc generation
|
2016-02-24 12:19:46 -08:00 |
|
Microsoft.AspNetCore.Mvc.Core.xproj
|
Remove project name from output path
|
2016-03-02 14:39:12 -08:00 |
|
ModelBinderAttribute.cs
|
…
|
|
|
ModelMetadataTypeAttribute.cs
|
…
|
|
|
MvcOptions.cs
|
Introducing ModelBinderFactory
|
2016-03-29 15:45:14 -07:00 |
|
NoContentResult.cs
|
[Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok()
|
2016-02-19 09:25:04 -08:00 |
|
NonActionAttribute.cs
|
…
|
|
|
NonControllerAttribute.cs
|
…
|
|
|
NotFoundObjectResult.cs
|
[Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok()
|
2016-02-19 09:25:04 -08:00 |
|
NotFoundResult.cs
|
[Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok()
|
2016-02-19 09:25:04 -08:00 |
|
ObjectResult.cs
|
…
|
|
|
OkObjectResult.cs
|
[Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok()
|
2016-02-19 09:25:04 -08:00 |
|
OkResult.cs
|
[Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok()
|
2016-02-19 09:25:04 -08:00 |
|
PhysicalFileResult.cs
|
React to ISendFileFeature parameter name change.
|
2016-02-08 11:53:57 -08:00 |
|
ProducesAttribute.cs
|
Complete the doc comments for filters
|
2016-04-13 16:01:30 -07:00 |
|
ProducesResponseTypeAttribute.cs
|
Complete the doc comments for filters
|
2016-04-13 16:01:30 -07:00 |
|
RedirectResult.cs
|
Reorganize logging, move more types to internal
|
2016-01-24 17:24:34 -08:00 |
|
RedirectToActionResult.cs
|
Reorganize logging, move more types to internal
|
2016-01-24 17:24:34 -08:00 |
|
RedirectToRouteResult.cs
|
Reorganize logging, move more types to internal
|
2016-01-24 17:24:34 -08:00 |
|
RequireHttpsAttribute.cs
|
Complete the doc comments for filters
|
2016-04-13 16:01:30 -07:00 |
|
Resources.resx
|
Simplify BindAttribute - rename PredicateProvider
|
2016-03-31 12:34:02 -07:00 |
|
ResponseCacheAttribute.cs
|
Complete the doc comments for filters
|
2016-04-13 16:01:30 -07:00 |
|
ResponseCacheLocation.cs
|
…
|
|
|
RouteAttribute.cs
|
…
|
|
|
SerializableError.cs
|
…
|
|
|
ServiceFilterAttribute.cs
|
Complete the doc comments for filters
|
2016-04-13 16:01:30 -07:00 |
|
SignInResult.cs
|
Introduce SignInResult/SignOutResult and ControllerBase.SignIn/SignOut
|
2016-03-28 12:45:42 -07:00 |
|
SignOutResult.cs
|
Introduce SignInResult/SignOutResult and ControllerBase.SignIn/SignOut
|
2016-03-28 12:45:42 -07:00 |
|
StatusCodeResult.cs
|
[Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok()
|
2016-02-19 09:25:04 -08:00 |
|
TypeFilterAttribute.cs
|
Complete the doc comments for filters
|
2016-04-13 16:01:30 -07:00 |
|
UnauthorizedResult.cs
|
[Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok()
|
2016-02-19 09:25:04 -08:00 |
|
UnsupportedMediaTypeResult.cs
|
[Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok()
|
2016-02-19 09:25:04 -08:00 |
|
UrlHelperExtensions.cs
|
Enabled xml doc generation
|
2016-02-24 12:19:46 -08:00 |
|
VirtualFileResult.cs
|
React to ISendFileFeature parameter name change.
|
2016-02-08 11:53:57 -08:00 |
|
project.json
|
Fix package metadata
|
2016-04-13 12:07:04 -07:00 |