aspnetcore/src/Microsoft.AspNetCore.Mvc.Core
Ryan Nowak fec1268bf3 Remove ModelBinding features from ResourceFilters
Removes all of the ModelBinding configuration support from Resource
Filters. We haven't come up with concrete scenarios around these features,
and don't want to paint ourselves into a corner with extensibility.
2016-03-16 16:33:14 -07:00
..
ActionConstraints
ApiExplorer
ApplicationModels [Fixes #4043] Figure out ControllerModel.AttributeRoutes 2016-03-01 10:28:24 -08:00
Builder
Controllers [Fixes #4237] Include Assembly-Qualified type name in ActionDescriptor.DisplayName 2016-03-16 15:26:25 -07:00
DependencyContext Remove DependencyModel dependency 2016-03-16 16:05:04 -07:00
DependencyInjection [Perf] Optimize controller action invoke 2016-03-14 10:17:55 -07:00
Filters Updated missed ifdefs in netstandard conversion 2016-03-01 16:03:05 -08:00
Formatters Enabled xml doc generation 2016-02-24 12:19:46 -08:00
Infrastructure Remove DependencyModel dependency 2016-03-16 16:05:04 -07:00
Internal Remove ModelBinding features from ResourceFilters 2016-03-16 16:33:14 -07:00
ModelBinding Correct `Type.IsAssignableFrom()` polarity 2016-03-03 09:55:01 -08:00
Properties Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:33:48 -08: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 Updated missed ifdefs in netstandard conversion 2016-03-01 16:03:05 -08:00
CacheProfile.cs
ChallengeResult.cs Enabled xml doc generation 2016-02-24 12:19:46 -08:00
ConsumesAttribute.cs
ContentResult.cs Reorganize logging, move more types to internal 2016-01-24 17:24:34 -08:00
ControllerBase.cs * Remove ServiceProvider 2016-03-15 09:57:17 -07:00
ControllerContext.cs
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 Enabled xml doc generation 2016-02-24 12:19:46 -08:00
FormatFilterAttribute.cs
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 [Fixes #4112 #4093] Adding support for custom SSL port 2016-02-23 10:21:11 -08: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
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 [Fixes #4112 #4093] Adding support for custom SSL port 2016-02-23 10:21:11 -08:00
Resources.resx Simplify `IsAssignableFrom()` use 2016-02-26 21:30:00 -08:00
ResponseCacheAttribute.cs
ResponseCacheLocation.cs
RouteAttribute.cs
SerializableError.cs
ServiceFilterAttribute.cs
StatusCodeResult.cs [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
TypeFilterAttribute.cs
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 Remove DependencyModel dependency 2016-03-16 16:05:04 -07:00