aspnetcore/test/Microsoft.AspNet.Mvc.ModelB...
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
..
Binders Adding Resource Filters 2015-01-12 14:18:20 -08:00
Internal
Metadata
Properties
Utils
Validation Adding Resource Filters 2015-01-12 14:18:20 -08:00
ValueProviders react to aspnet/HttpAbstractions#146 changes 2015-01-07 17:53:35 -08:00
BindAttributeTest.cs
Microsoft.AspNet.Mvc.ModelBinding.Test.kproj
ModelBindingContextTest.cs
Resources.resx
SimpleTypeExcludeFilterTest.cs
project.json