aspnetcore/src/Microsoft.AspNetCore.Mvc.Vi.../Internal
Ryan Nowak 2e2784aa3d [Design] Split up MvcRouteHandler
This change splits up the conventional routing path from the attribute
routing path *inside* routing, instead of inside `MvcRouteHandler`. Each
attribute route group now gets its own instance of
`MvcAttributeRouteHandler` which just knows about the actions it can
reach.

This removes the concept of a route-group-token and removes the lookup
table entirely for attribute routing. This also means that the
`DefaultHandler` on `IRouteBuilder` will not be used for attribute routes,
which we are OK with for 1.0.0.

The action selector's functionality is now split into two methods. We
think this is OK for 1.0.0 because any customization of `IActionSelector`
up to now had to implement virtually the same policy as ours in order to
work with attribute routing. It should now be possible to customize the
selector in a meaningful way without interfering with attribute routing.
2016-06-07 08:12:47 -07:00
..
AutoValidateAntiforgeryTokenAuthorizationFilter.cs
CachedExpressionCompiler.cs
DefaultDisplayTemplates.cs SetContent->SetHtmlContent 2016-03-25 12:09:07 -07:00
DefaultEditorTemplates.cs SetContent->SetHtmlContent 2016-03-25 12:09:07 -07:00
DynamicViewData.cs
ExpressionHelper.cs [Perf] Rewrite ExpressionHelper.GetExpressionText using StringBuilder 2016-03-31 11:26:37 -07:00
ExpressionMetadataProvider.cs Special-case use of `razorPage.Model` property in `ExpressionMetadataProvider` 2016-04-15 17:15:33 -07:00
ExpressionTextCache.cs
HtmlAttributePropertyHelper.cs
IViewBufferScope.cs
MemoryPoolViewBufferScope.cs Always clear buffers returned to the memory pool 2016-03-30 16:12:30 -07:00
MvcViewFeaturesDiagnosticSourceExtensions.cs
MvcViewFeaturesLoggerExtensions.cs React to logging changes 2016-04-01 12:00:33 -07:00
MvcViewOptionsSetup.cs
NullView.cs Remove using Task.FromResult where possible 2016-04-06 16:06:45 -07:00
PagedBufferedTextWriter.cs Null-check PagedBufferedStringWriter 2016-04-01 11:50:46 -07:00
PartialViewResultExecutor.cs [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00
SaveTempDataFilter.cs Complete the doc comments for filters 2016-04-13 16:01:30 -07:00
TempDataMvcOptionsSetup.cs
ValidateAntiforgeryTokenAuthorizationFilter.cs
ValidationHelpers.cs
ViewBuffer.cs
ViewBufferPage.cs
ViewBufferTextWriter.cs
ViewBufferValue.cs
ViewComponentResultExecutor.cs [Fixes #4223] Added a facade for ViewComponentResult 2016-05-31 22:47:33 -07:00
ViewResultExecutor.cs [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00