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 Adding Support for TryUpdateModel using include expressions and predicate. 2014-12-05 17:28:43 -08:00
Properties
Utils Renaming IBinderMarker and friends to some more descriptive names. 2014-10-17 20:32:03 -07:00
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 Adding Support for TryUpdateModel using include expressions and predicate. 2014-12-05 17:28:43 -08:00
Microsoft.AspNet.Mvc.ModelBinding.Test.kproj Add schema version to kproj files 2014-11-25 10:57:58 -08:00
ModelBindingContextTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
Resources.resx Delete trailing whitespace 2014-11-20 16:18:09 -08:00
SimpleTypeExcludeFilterTest.cs [Partial fix for #1372]Added SimpleTypesExcludeFilter to exlcude validation on simple types and also added tests to cover scenarios. 2014-12-03 14:09:51 -08:00
project.json Update Mvc to use official xunit runner 2014-12-17 11:27:07 -08:00