aspnetcore/src/Microsoft.AspNetCore.Mvc.Core
Doug Bunting 58026eacbd Correct a few model binding typos
- worst cases were incorrect references in doc comments
- also a few doc comments ended with `..` or `/`
- otherwise, address nits and take VS suggestions
2018-01-09 12:49:40 -08:00
..
ActionConstraints
ApiExplorer
ApplicationModels Add support for areas to Razor Pages 2017-12-19 15:03:05 -08:00
ApplicationParts
Authorization Add CombineAuthorizeFilters option 2018-01-08 11:59:30 -08:00
Builder
Controllers
DependencyInjection Compatibility switches (#7142) 2017-12-28 09:43:24 -08:00
Filters
Formatters Improve logging - individual filters 2017-12-18 13:16:06 -08:00
Infrastructure Move `IHttpRequestStreamReaderFactory` from `.Internal` to `.Infrastructure` 2018-01-09 10:51:09 -08:00
Internal Correct a few model binding typos 2018-01-09 12:49:40 -08:00
ModelBinding Correct a few model binding typos 2018-01-09 12:49:40 -08:00
Properties File results - logging 2018-01-04 23:49:13 -08:00
Routing Port fix for URL helper redirect (#6917) 2017-10-05 11:24:18 -07:00
ViewFeatures
AcceptVerbsAttribute.cs
AcceptedAtActionResult.cs
AcceptedAtRouteResult.cs
AcceptedResult.cs
ActionContextAttribute.cs
ActionNameAttribute.cs
ActionResult.cs
ActionResultOfT.cs
ApiBehaviorOptions.cs Infer multipart/form-data for FromFile parameters 2017-11-02 09:36:31 -07:00
ApiControllerAttribute.cs Introduce a filter to send bad request results with details when ModelState is invalid (#6849) 2017-09-21 11:09:32 -07:00
ApiExplorerSettingsAttribute.cs
AreaAttribute.cs
BadRequestObjectResult.cs
BadRequestResult.cs
BindAttribute.cs
BindPropertyAttribute.cs Allow BindPropertyAttribute to be applied on PageModel 2017-09-12 10:34:19 -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 File results - logging 2018-01-04 23:49:13 -08:00
ControllerContext.cs
ControllerContextAttribute.cs
CreatedAtActionResult.cs
CreatedAtRouteResult.cs
CreatedResult.cs
DisableRequestSizeLimitAttribute.cs Changed RequestSizeLimitAttribute to create an authorization filter rather than a resource filter. 2017-09-12 17:03:24 -07:00
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 Pin tool and package versions to make builds more repeatable (#7013) 2017-10-31 19:18:14 -07:00
ModelBinderAttribute.cs
ModelMetadataTypeAttribute.cs
MvcOptions.cs Add CombineAuthorizeFilters option 2018-01-08 11:59:30 -08: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 Changed RequestSizeLimitAttribute to create an authorization filter rather than a resource filter. 2017-09-12 17:03:24 -07:00
RequireHttpsAttribute.cs Run `[RequireHttps]` filter early in pipeline 2017-12-14 10:40:57 -08:00
Resources.resx File results - logging 2018-01-04 23:49:13 -08: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 Add MVC 2.0 baselines 2017-09-22 12:53:12 -07:00
breakingchanges.netcore.json Move `IHttpRequestStreamReaderFactory` from `.Internal` to `.Infrastructure` 2018-01-09 10:51:09 -08:00