aspnetcore/src/Microsoft.AspNetCore.Mvc.Core
Pranav K dfd9b17f68
More keynotfound avoidance
2018-05-07 11:08:41 -07:00
..
ActionConstraints
ApiExplorer
ApplicationModels Throw if multiple Body bound parameters are discovered 2018-04-09 11:20:34 -07:00
ApplicationParts Use DependencyContext.CompileLibraries to determine dependency graph (#7626) 2018-04-11 15:57:11 -07:00
Authorization Use compatibility switch for auth filters 2018-01-11 17:42:32 -08:00
Builder
Controllers Error message for [ApiController] without attribute route needs to be better 2018-01-25 10:25:52 -08:00
DependencyInjection Add mapping service for action results 2018-03-27 17:13:41 -07:00
Filters
Formatters Addressed review comments 2018-02-01 16:15:46 -08:00
Infrastructure [Fixes #7658] FileStreamResultExecutor fails to Dispose FileStream 2018-04-18 11:43:09 -07:00
Internal More keynotfound avoidance 2018-05-07 11:08:41 -07:00
ModelBinding Include parameter type's attributes in ModelMetadata 2018-04-17 12:40:38 -07:00
Properties Throw if multiple Body bound parameters are discovered 2018-04-09 11:20:34 -07:00
Routing UrlHelperFactory.GetUrlHelper throws NullReferenceException when passed 2018-03-05 13:34:05 -08:00
ViewFeatures
AcceptVerbsAttribute.cs
AcceptedAtActionResult.cs
AcceptedAtRouteResult.cs
AcceptedResult.cs
ActionContextAttribute.cs
ActionNameAttribute.cs
ActionResult.cs
ActionResultOfT.cs Seal ActionResultOfT (#7507) 2018-03-19 12:52:31 -07:00
ApiBehaviorOptions.cs Smooth rough ApiBehavior edges 2018-01-22 09:53:21 -08:00
ApiControllerAttribute.cs fix typo in ApiController XMLDoc 2018-03-19 08:09:10 -07:00
ApiExplorerSettingsAttribute.cs
AreaAttribute.cs
BadRequestObjectResult.cs
BadRequestResult.cs
BindAttribute.cs
BindPropertiesAttribute.cs Introduce BindPropertiesAttribute 2018-04-20 14:32:14 -07:00
BindPropertyAttribute.cs Introduce BindPropertiesAttribute 2018-04-20 14:32:14 -07:00
CacheProfile.cs
ChallengeResult.cs
CompatibilityVersion.cs Move option for JSON errors to MvcJsonOptions 2018-01-07 21:48:58 -08:00
ConflictObjectResult.cs Typo fix 2017-10-04 09:00:34 -07:00
ConflictResult.cs Added Conflict result helper to ControllerBase 2017-10-02 15:05:57 -07:00
ConsumesAttribute.cs
ContentResult.cs Design extensibility for executors 2017-09-22 10:32:55 -07:00
ControllerAttribute.cs
ControllerBase.cs Revert "[Fixes #6902] Added an overload for StatusCode that takes in System.Net.HttpStatusCode" 2018-05-01 13:27:57 -07:00
ControllerContext.cs
ControllerContextAttribute.cs
CreatedAtActionResult.cs
CreatedAtRouteResult.cs
CreatedResult.cs
DisableRequestSizeLimitAttribute.cs
EmptyResult.cs
FileContentResult.cs Design extensibility for executors 2017-09-22 10:32:55 -07:00
FileResult.cs Add EnableRangeProcessing (#6895) 2017-09-29 18:39:45 -07:00
FileStreamResult.cs Design extensibility for executors 2017-09-22 10:32:55 -07:00
ForbidResult.cs
FormatFilterAttribute.cs
FromBodyAttribute.cs
FromFormAttribute.cs
FromHeaderAttribute.cs
FromQueryAttribute.cs
FromRouteAttribute.cs
FromServicesAttribute.cs
HttpDeleteAttribute.cs
HttpGetAttribute.cs
HttpHeadAttribute.cs
HttpOptionsAttribute.cs
HttpPatchAttribute.cs
HttpPostAttribute.cs
HttpPutAttribute.cs
IDesignTimeMvcBuilderConfiguration.cs
IRequestFormLimitsPolicy.cs Added RequestFormLimits filter. 2017-09-18 13:48:15 -07:00
IRequestSizePolicy.cs
LocalRedirectResult.cs Design extensibility for executors 2017-09-22 10:32:55 -07:00
Microsoft.AspNetCore.Mvc.Core.csproj [Fixes #7518] NullReferenceException thrown when Controller method uses Guid parameter default value 2018-03-27 05:22:20 -07:00
ModelBinderAttribute.cs
ModelMetadataTypeAttribute.cs
MvcOptions.cs Add compatibility switch controlling parameter metadata and top-level validation 2018-03-26 12:29:04 -07:00
NoContentResult.cs
NonActionAttribute.cs
NonControllerAttribute.cs
NonViewComponentAttribute.cs
NotFoundObjectResult.cs
NotFoundResult.cs
ObjectResult.cs Design extensibility for executors 2017-09-22 10:32:55 -07:00
OkObjectResult.cs
OkResult.cs
PhysicalFileResult.cs Design extensibility for executors 2017-09-22 10:32:55 -07:00
ProblemDetails.cs Introduce opinionated API defaults. 2017-09-14 17:07:34 -07:00
ProducesAttribute.cs
ProducesResponseTypeAttribute.cs
RedirectResult.cs Design extensibility for executors 2017-09-22 10:32:55 -07:00
RedirectToActionResult.cs Design extensibility for executors 2017-09-22 10:32:55 -07:00
RedirectToPageResult.cs Undo a breaking change 2017-10-02 13:12:25 -07:00
RedirectToRouteResult.cs Design extensibility for executors 2017-09-22 10:32:55 -07:00
RequestFormLimitsAttribute.cs Added RequestFormLimits filter. 2017-09-18 13:48:15 -07:00
RequestSizeLimitAttribute.cs
RequireHttpsAttribute.cs Run `[RequireHttps]` filter early in pipeline 2017-12-14 10:40:57 -08:00
Resources.resx Throw if multiple Body bound parameters are discovered 2018-04-09 11:20:34 -07:00
ResponseCacheAttribute.cs Improve logging - individual filters 2017-12-18 13:16:06 -08:00
ResponseCacheLocation.cs
RouteAttribute.cs
SerializableError.cs
ServiceFilterAttribute.cs
SignInResult.cs
SignOutResult.cs
StatusCodeResult.cs
TypeFilterAttribute.cs
UnauthorizedResult.cs
UnprocessableEntityObjectResult.cs Add UnprocessableEntityResult, UnprocessableEntityObjectResult and ControllerBase.UnprocessableEntity methods (#6851) 2017-09-22 09:27:29 -07:00
UnprocessableEntityResult.cs Add UnprocessableEntityResult, UnprocessableEntityObjectResult and ControllerBase.UnprocessableEntity methods (#6851) 2017-09-22 09:27:29 -07:00
UnsupportedMediaTypeResult.cs
UrlHelperExtensions.cs
ValidationProblemDetails.cs Introduce opinionated API defaults. 2017-09-14 17:07:34 -07:00
VirtualFileResult.cs Design extensibility for executors 2017-09-22 10:32:55 -07:00
baseline.netcore.json Updating baselines 2018-03-22 14:39:58 -07:00
breakingchanges.netcore.json Added JQueryQueryStringValueProviderFactory and JQueryQueryStringValueProvider 2018-03-12 16:40:04 -07:00