| .. |
|
ActionConstraints
|
…
|
|
|
ApiExplorer
|
…
|
|
|
ApplicationModels
|
[Design] Split up MvcRouteHandler
|
2016-06-07 08:12:47 -07:00 |
|
ApplicationParts
|
Remove IViewsProvider and make view lookup to the feature provider
|
2016-09-14 13:40:05 -07:00 |
|
Authorization
|
Make AuthorizeFilter constructable
|
2016-09-14 13:43:56 -07:00 |
|
Builder
|
Reverting accidental changes
|
2016-09-08 08:28:51 -07:00 |
|
Controllers
|
Fix #4803 - Move some types internal
|
2016-06-09 09:36:15 -07:00 |
|
DependencyInjection
|
Reverting accidental changes
|
2016-09-08 08:28:51 -07:00 |
|
Filters
|
Reverting accidental changes
|
2016-09-08 08:28:51 -07:00 |
|
Formatters
|
[Fixes #4766] Remove disable buffering feature from our action result classes
|
2016-07-18 13:07:54 -07:00 |
|
Infrastructure
|
AppDomain safety
|
2016-07-27 09:26:06 -07:00 |
|
Internal
|
Make AuthorizeFilter constructable
|
2016-09-14 13:43:56 -07:00 |
|
ModelBinding
|
Handle `!ConvertEmptyStringToNull` cases correctly in `SimpleTypeModelBinder`
|
2016-09-02 16:15:18 -07:00 |
|
Properties
|
Make AuthorizeFilter constructable
|
2016-09-14 13:43:56 -07:00 |
|
Routing
|
[Fixes #5170] Fixed KeyNotFoundException in UrlHelperFactory.GetUrlHelper()
|
2016-08-26 11:27:02 -07:00 |
|
ViewFeatures
|
…
|
|
|
AcceptVerbsAttribute.cs
|
…
|
|
|
ActionContextAttribute.cs
|
…
|
|
|
ActionNameAttribute.cs
|
Add doc comments for `public` attributes
|
2016-06-10 14:26:14 -07:00 |
|
ActionResult.cs
|
Remove using Task.FromResult where possible
|
2016-04-06 16:06:45 -07:00 |
|
ApiExplorerSettingsAttribute.cs
|
…
|
|
|
AreaAttribute.cs
|
Add doc comments for `public` attributes
|
2016-06-10 14:26:14 -07:00 |
|
BadRequestObjectResult.cs
|
…
|
|
|
BadRequestResult.cs
|
…
|
|
|
BindAttribute.cs
|
Update Mvc.Core and dependencies to netstandard1.6
|
2016-05-26 16:52:04 -07:00 |
|
CacheProfile.cs
|
…
|
|
|
ChallengeResult.cs
|
…
|
|
|
ConsumesAttribute.cs
|
[Design] Split up MvcRouteHandler
|
2016-06-07 08:12:47 -07:00 |
|
ContentResult.cs
|
[Fixes #4876] ContentResult forcing chunked encoding
|
2016-07-18 16:10:01 -07:00 |
|
ControllerAttribute.cs
|
…
|
|
|
ControllerBase.cs
|
Move ModelBindingHelper to Internal (#4664)
|
2016-05-18 16:52:43 -07:00 |
|
ControllerContext.cs
|
Make ValueProvider creation lazy
|
2016-05-13 08:11:21 -07:00 |
|
ControllerContextAttribute.cs
|
…
|
|
|
CreatedAtActionResult.cs
|
…
|
|
|
CreatedAtRouteResult.cs
|
…
|
|
|
CreatedResult.cs
|
…
|
|
|
EmptyResult.cs
|
…
|
|
|
FileContentResult.cs
|
[Fixes #4207] Review IActionResult classes and add facades as necessary.
|
2016-05-31 22:46:18 -07:00 |
|
FileResult.cs
|
[Fixes #4207] Review IActionResult classes and add facades as necessary.
|
2016-05-31 22:46:18 -07:00 |
|
FileStreamResult.cs
|
[Fixes #4207] Review IActionResult classes and add facades as necessary.
|
2016-05-31 22:46:18 -07:00 |
|
ForbidResult.cs
|
…
|
|
|
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
|
Add doc comments for `public` attributes
|
2016-06-10 14:26:14 -07:00 |
|
HttpDeleteAttribute.cs
|
…
|
|
|
HttpGetAttribute.cs
|
…
|
|
|
HttpHeadAttribute.cs
|
…
|
|
|
HttpOptionsAttribute.cs
|
…
|
|
|
HttpPatchAttribute.cs
|
…
|
|
|
HttpPostAttribute.cs
|
…
|
|
|
HttpPutAttribute.cs
|
…
|
|
|
IDesignTimeMvcBuilderConfiguration.cs
|
Adding support for Razor precompilation
|
2016-08-19 07:27:51 -07:00 |
|
LocalRedirectResult.cs
|
[Fixes #4207] Review IActionResult classes and add facades as necessary.
|
2016-05-31 22:46:18 -07:00 |
|
Microsoft.AspNetCore.Mvc.Core.xproj
|
One build to rule them all
|
2016-07-06 16:21:18 -07:00 |
|
ModelBinderAttribute.cs
|
…
|
|
|
ModelMetadataTypeAttribute.cs
|
…
|
|
|
MvcOptions.cs
|
Created option for RequireHttpsAttribute.Permanent
|
2016-08-04 11:43:16 -07:00 |
|
NoContentResult.cs
|
…
|
|
|
NonActionAttribute.cs
|
Add doc comments for `public` attributes
|
2016-06-10 14:26:14 -07:00 |
|
NonControllerAttribute.cs
|
…
|
|
|
NotFoundObjectResult.cs
|
…
|
|
|
NotFoundResult.cs
|
…
|
|
|
ObjectResult.cs
|
…
|
|
|
OkObjectResult.cs
|
…
|
|
|
OkResult.cs
|
…
|
|
|
PhysicalFileResult.cs
|
[Fixes #4207] Review IActionResult classes and add facades as necessary.
|
2016-05-31 22:46:18 -07:00 |
|
ProducesAttribute.cs
|
Replace Linq in hotpath (#5024)
|
2016-07-15 10:19:17 -07:00 |
|
ProducesResponseTypeAttribute.cs
|
Complete the doc comments for filters
|
2016-04-13 16:01:30 -07:00 |
|
RedirectResult.cs
|
[Fixes #4207] Review IActionResult classes and add facades as necessary.
|
2016-05-31 22:46:18 -07:00 |
|
RedirectToActionResult.cs
|
[Fixes #4207] Review IActionResult classes and add facades as necessary.
|
2016-05-31 22:46:18 -07:00 |
|
RedirectToRouteResult.cs
|
[Fixes #4207] Review IActionResult classes and add facades as necessary.
|
2016-05-31 22:46:18 -07:00 |
|
RequireHttpsAttribute.cs
|
Created option for RequireHttpsAttribute.Permanent
|
2016-08-04 11:43:16 -07:00 |
|
Resources.resx
|
Make AuthorizeFilter constructable
|
2016-09-14 13:43:56 -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
|
…
|
|
|
SignOutResult.cs
|
…
|
|
|
StatusCodeResult.cs
|
…
|
|
|
TypeFilterAttribute.cs
|
Complete the doc comments for filters
|
2016-04-13 16:01:30 -07:00 |
|
UnauthorizedResult.cs
|
…
|
|
|
UnsupportedMediaTypeResult.cs
|
…
|
|
|
UrlHelperExtensions.cs
|
Improve `IUrlHelper` and related doc comments
|
2016-07-05 09:34:33 -07:00 |
|
VirtualFileResult.cs
|
[Fixes #4207] Review IActionResult classes and add facades as necessary.
|
2016-05-31 22:46:18 -07:00 |
|
project.json
|
Pin repo version to 1.0.1
|
2016-07-26 12:09:57 -07:00 |