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 Adding SerializableError - a serializable container for the purpose of output conneg. 2015-01-06 14:07:45 -08:00
ActivatorWebSite added activation tests for tag helpers 2015-01-12 12:51:41 -08:00
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite
ApplicationModelWebSite Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00
AutofacWebSite Adding servers and wwwroot folder to test websites 2014-12-10 14:16:11 -08:00
BasicWebSite
CompositeViewEngineWebSite
ConnegWebSite
FilesWebSite
FiltersWebSite Adding Resource Filters 2015-01-12 14:18:20 -08:00
FormatterWebSite
InlineConstraintsWebSite
LoggingWebSite Logging functional tests using ElmLogger 2015-01-06 16:16:12 -08:00
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite Correct StyleCop violations 2015-01-06 16:23:57 -08:00
MvcTagHelpersWebSite Adding the functional tests for MvcTagHelpers (1) 2015-01-08 17:23:42 -08:00
PrecompilationWebSite Adding support for flowing compilation settings to views 2015-01-02 15:34:52 -08:00
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