aspnetcore/src/Microsoft.AspNet.Mvc.WebApi...
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
..
ActionResults deleted duplicate action results in WebapiCompatShim 2015-01-06 11:07:22 -08:00
ContentNegotiator Correct StyleCop violations 2015-01-06 16:23:57 -08:00
Conventions Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00
Formatters [Fixes #1713]WebApiCompatShim doesn't work with Transfer Encoding: chunked 2015-01-05 21:52:13 -08:00
HttpRequestMessage Correct StyleCop violations 2015-01-06 16:23:57 -08:00
ParameterBinding Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00
Properties Fix for item #1278 - Add WebAPI ActionResult types and helper methods on 2014-10-16 19:33:49 -07:00
Routing
ApiController.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
FormDataCollectionExtensions.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
HttpError.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
HttpErrorKeys.cs
HttpResponseException.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
HttpResponseExceptionActionFilter.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShim.kproj Add schema version to kproj files 2014-11-25 10:57:58 -08:00
OverloadActionConstraint.cs Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00
Resources.resx Delete trailing whitespace 2014-11-20 16:18:09 -08:00
WebApiCompatShimOptions.cs
WebApiCompatShimOptionsSetup.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
WebApiCompatShimServiceCollectionExtensions.cs
project.json Added description in project.json for all projects 2014-10-29 13:40:31 -07:00