aspnetcore/test/WebSites
Ryan Nowak 5ac5c53c09 Adding Resource Filters
This is a new filter stage that surrounds the existing model binding,
action, and result parts of the pipeline. Resource Filters run after
Authorization Filters.

The other major change is to support one of the primary scenarios for
Resource Filters. We want a filter to be able to modify the inputs the
model binding (formatters, model binders, value providers, etc) -- this
means that those changes need to be held on a context object and preserved
so that they can be used in the controller.

So, IActionBindingContextProvider is removed - the ActionBindingContext
will be created by the invoker. For now it will be part of the action
context.
2015-01-12 14:18:20 -08:00
..
ActionResultsWebSite
ActivatorWebSite added activation tests for tag helpers 2015-01-12 12:51:41 -08:00
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite
ApplicationModelWebSite
AutofacWebSite
BasicWebSite
CompositeViewEngineWebSite
ConnegWebSite
FilesWebSite
FiltersWebSite Adding Resource Filters 2015-01-12 14:18:20 -08:00
FormatterWebSite
InlineConstraintsWebSite
LoggingWebSite
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite
MvcTagHelpersWebSite Adding the functional tests for MvcTagHelpers (1) 2015-01-08 17:23:42 -08:00
PrecompilationWebSite
RazorInstrumentationWebsite
RazorViewEngineOptionsWebsite
RazorWebSite Added more coverage in functional tests for FlushAsync 2015-01-05 10:36:37 -08:00
RequestServicesWebSite React to IContextAccessor -> IScopedInstance 2015-01-12 10:25:21 -08:00
RoutingWebSite React to IContextAccessor -> IScopedInstance 2015-01-12 10:25:21 -08:00
TagHelpersWebSite
UrlHelperWebSite React to IContextAccessor -> IScopedInstance 2015-01-12 10:25:21 -08:00
ValueProvidersWebSite
VersioningWebSite React to IContextAccessor -> IScopedInstance 2015-01-12 10:25:21 -08:00
ViewComponentWebSite
WebApiCompatShimWebSite
XmlSerializerWebSite