| .. |
|
AcceptHeaderParser.cs
|
…
|
|
|
ActionConstraintCache.cs
|
…
|
|
|
ActionDescriptorCollectionProvider.cs
|
…
|
|
|
ActionInvokerFactory.cs
|
…
|
|
|
ActionSelectionDecisionTree.cs
|
[Design] Split up MvcRouteHandler
|
2016-06-07 08:12:47 -07:00 |
|
ActionSelector.cs
|
[Design] Split up MvcRouteHandler
|
2016-06-07 08:12:47 -07:00 |
|
ActionSelectorDecisionTreeProvider.cs
|
…
|
|
|
AmbiguousActionException.cs
|
…
|
|
|
ApiDescriptionActionData.cs
|
…
|
|
|
ApplicationModelConventions.cs
|
…
|
|
|
AttributeRoute.cs
|
[Fixes #4991] Misleading MissingMethodException message for incorrect routes
|
2016-08-11 11:57:21 -07:00 |
|
AttributeRouteEntries.cs
|
…
|
|
|
AttributeRouting.cs
|
[Design] Split up MvcRouteHandler
|
2016-06-07 08:12:47 -07:00 |
|
AuthorizationApplicationModelProvider.cs
|
Make AuthorizeFilter constructable
|
2016-09-14 13:43:56 -07:00 |
|
ClientValidatorCache.cs
|
…
|
|
|
ContentResultExecutor.cs
|
[Fixes #4876] ContentResult forcing chunked encoding
|
2016-07-18 16:10:01 -07:00 |
|
ControllerActionDescriptorBuilder.cs
|
[Design] Split up MvcRouteHandler
|
2016-06-07 08:12:47 -07:00 |
|
ControllerActionDescriptorProvider.cs
|
…
|
|
|
ControllerActionExecutor.cs
|
…
|
|
|
ControllerActionFilter.cs
|
…
|
|
|
ControllerActionInvoker.cs
|
[Fixes #5175] Async resource filters' short circuited result getting executed more than once.
|
2016-08-25 16:30:41 -07:00 |
|
ControllerActionInvokerCache.cs
|
…
|
|
|
ControllerActionInvokerProvider.cs
|
…
|
|
|
ControllerResultFilter.cs
|
…
|
|
|
CopyOnWriteList.cs
|
…
|
|
|
DefaultActionConstraintProvider.cs
|
…
|
|
|
DefaultApplicationModelProvider.cs
|
[Fixes #5038] HTTP Verbs mapping error GET and DELETE
|
2016-08-01 12:49:23 -07:00 |
|
DefaultAssemblyPartDiscoveryProvider.cs
|
…
|
|
|
DefaultBindingMetadataProvider.cs
|
Fail more gracefully when option collections cleared
|
2016-06-30 14:52:50 -07:00 |
|
DefaultCollectionValidationStrategy.cs
|
…
|
|
|
DefaultComplexObjectValidationStrategy.cs
|
…
|
|
|
DefaultCompositeMetadataDetailsProvider.cs
|
…
|
|
|
DefaultControllerArgumentBinder.cs
|
Fix #4803 - Move some types internal
|
2016-06-09 09:36:15 -07:00 |
|
DefaultControllerPropertyActivator.cs
|
…
|
|
|
DefaultFilterProvider.cs
|
…
|
|
|
DefaultModelBindingContext.cs
|
…
|
|
|
DefaultModelValidatorProvider.cs
|
…
|
|
|
DefaultObjectValidator.cs
|
…
|
|
|
DefaultValidationMetadataProvider.cs
|
…
|
|
|
ElementalValueProvider.cs
|
…
|
|
|
ExplicitIndexCollectionValidationStrategy.cs
|
…
|
|
|
FileContentResultExecutor.cs
|
[Fixes #4766] Remove disable buffering feature from our action result classes
|
2016-07-18 13:07:54 -07:00 |
|
FileResultExecutorBase.cs
|
…
|
|
|
FileStreamResultExecutor.cs
|
[Fixes #4766] Remove disable buffering feature from our action result classes
|
2016-07-18 13:07:54 -07:00 |
|
FilterDescriptorOrderComparer.cs
|
…
|
|
|
HttpMethodActionConstraint.cs
|
[Fixes #5016] Perf: Check for OPTIONS before looking for CORS headers
|
2016-09-06 14:48:57 -07:00 |
|
HttpParseResult.cs
|
…
|
|
|
HttpTokenParsingRules.cs
|
…
|
|
|
IActionSelectorDecisionTreeProvider.cs
|
…
|
|
|
IConsumesActionConstraint.cs
|
…
|
|
|
IControllerArgumentBinder.cs
|
Fix #4803 - Move some types internal
|
2016-06-09 09:36:15 -07:00 |
|
IControllerPropertyActivator.cs
|
Fix #4803 - Move some types internal
|
2016-06-09 09:36:15 -07:00 |
|
IFormatFilter.cs
|
…
|
|
|
IHttpRequestStreamReaderFactory.cs
|
…
|
|
|
IHttpResponseStreamWriterFactory.cs
|
…
|
|
|
IMiddlewareFilterFeature.cs
|
Reverting accidental changes
|
2016-09-08 08:28:51 -07:00 |
|
IResponseCacheFilter.cs
|
…
|
|
|
ITypeActivatorCache.cs
|
…
|
|
|
LocalRedirectResultExecutor.cs
|
…
|
|
|
MediaTypeSegmentWithQuality.cs
|
…
|
|
|
MemoryPoolHttpRequestStreamReaderFactory.cs
|
…
|
|
|
MemoryPoolHttpResponseStreamWriterFactory.cs
|
…
|
|
|
MiddlewareFilter.cs
|
Reverting accidental changes
|
2016-09-08 08:28:51 -07:00 |
|
MiddlewareFilterBuilder.cs
|
Reverting accidental changes
|
2016-09-08 08:28:51 -07:00 |
|
MiddlewareFilterConfigurationProvider.cs
|
Reverting accidental changes
|
2016-09-08 08:28:51 -07:00 |
|
MiddlewareFilterFeature.cs
|
Reverting accidental changes
|
2016-09-08 08:28:51 -07:00 |
|
MvcAttributeRouteHandler.cs
|
[Design] Split up MvcRouteHandler
|
2016-06-07 08:12:47 -07:00 |
|
MvcBuilder.cs
|
…
|
|
|
MvcCoreBuilder.cs
|
…
|
|
|
MvcCoreDiagnosticSourceExtensions.cs
|
…
|
|
|
MvcCoreLoggerExtensions.cs
|
Logging Info instead of Warning for Authorization failure in ControllerActionInvoker
|
2016-08-16 10:20:54 -07:00 |
|
MvcCoreMvcOptionsSetup.cs
|
Fail more gracefully when option collections cleared
|
2016-06-30 14:52:50 -07:00 |
|
MvcCoreRouteOptionsSetup.cs
|
Replace ConfigureOptions with IConfigureOptions
|
2016-09-08 15:19:07 -07:00 |
|
MvcMarkerService.cs
|
…
|
|
|
MvcRouteHandler.cs
|
[Design] Split up MvcRouteHandler
|
2016-06-07 08:12:47 -07:00 |
|
NoOpBinder.cs
|
…
|
|
|
NonDisposableStream.cs
|
…
|
|
|
ObjectMethodExecutor.cs
|
…
|
|
|
ObjectResultExecutor.cs
|
Fail more gracefully when option collections cleared
|
2016-06-30 14:52:50 -07:00 |
|
PhysicalFileResultExecutor.cs
|
…
|
|
|
PlaceholderBinder.cs
|
…
|
|
|
PrefixContainer.cs
|
…
|
|
|
RedirectResultExecutor.cs
|
…
|
|
|
RedirectToActionResultExecutor.cs
|
…
|
|
|
RedirectToRouteResultExecutor.cs
|
…
|
|
|
ReferenceEqualityComparer.cs
|
…
|
|
|
ResponseCacheFilter.cs
|
…
|
|
|
ResponseContentTypeHelper.cs
|
…
|
|
|
ShortFormDictionaryValidationStrategy.cs
|
…
|
|
|
TaskCache.cs
|
…
|
|
|
TaskCacheOfT.cs
|
…
|
|
|
TypeActivatorCache.cs
|
…
|
|
|
ValidatorCache.cs
|
…
|
|
|
VirtualFileResultExecutor.cs
|
…
|
|