aspnetcore/src/Microsoft.AspNet.Mvc.Core
Ryan Nowak 2f554c4b29 Use new antiforgery package 2015-06-25 14:45:00 -07:00
..
ApiExplorer
ApplicationModels [quick fixes] Cleanup a few things StyleCop found ages ago 2015-06-24 16:37:39 -07:00
Internal [quick fixes] Cleanup a few things StyleCop found ages ago 2015-06-24 16:37:39 -07:00
ModelBinding [quick fixes] Cleanup a few things StyleCop found ages ago 2015-06-24 16:37:39 -07:00
Properties Use new antiforgery package 2015-06-25 14:45:00 -07:00
Routing [quick fixes] Cleanup a few things StyleCop found ages ago 2015-06-24 16:37:39 -07:00
AcceptVerbsAttribute.cs
ActionBindingContext.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ActionBindingContextAttribute.cs
ActionContextAttribute.cs
ActionDescriptorExtensions.cs
ActionDescriptorProviderContext.cs
ActionDescriptorsCollection.cs
ActionInvokerFactory.cs
ActionInvokerProviderContext.cs
ActionNameAttribute.cs
ActionResult.cs
AmbiguousActionException.cs
ApiExplorerSettingsAttribute.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ApplicationModelConventionExtensions.cs
AreaAttribute.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
BindAttribute.cs [Fixes #2564] Support comma separated string include in BindAttribute 2015-06-08 14:30:10 -07:00
BuilderExtensions.cs Adding an 'AddMinimalMvc()' for Mvc.Core and sample 2015-06-12 11:29:47 -07:00
ControllerActionDescriptor.cs
ControllerActionDescriptorBuilder.cs
ControllerActionDescriptorProvider.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ControllerActionExecutor.cs
ControllerActionFilter.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ControllerActionInvoker.cs [Fixes #2409] Return EmptyResult for void actions 2015-06-11 11:51:51 -07:00
ControllerActionInvokerProvider.cs
ControllerResultFilter.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
CoreMvcOptionsSetup.cs Adding an 'AddMinimalMvc()' for Mvc.Core and sample 2015-06-12 11:29:47 -07:00
DefaultActionConstraintProvider.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultActionDescriptorsCollectionProvider.cs
DefaultActionSelector.cs
DefaultAssemblyProvider.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultControllerActionArgumentBinder.cs Add `ModelBindingContext.IsFirstChanceBinding` and `IsTopLevelObject` 2015-06-24 09:17:29 -07:00
DefaultControllerActivator.cs
DefaultControllerFactory.cs Tweak lifetimes for a few commonly resolved services 2015-06-25 12:52:15 -07:00
DefaultControllerPropertyActivator.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultControllerTypeProvider.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultFilterProvider.cs Tweak lifetimes for a few commonly resolved services 2015-06-25 12:52:15 -07:00
DefaultOrder.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultPropertyBindingPredicateProvider.cs
DefaultTypeActivatorCache.cs
EmptyResult.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ExcludeTypeValidationFilterExtensions.cs
FilterActionInvoker.cs
FilterCollectionExtensions.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
FilterDescriptorOrderComparer.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
FilterItemOrderComparer.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
FilterScope.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
FromBodyAttribute.cs
FromFormAttribute.cs
FromHeaderAttribute.cs
FromQueryAttribute.cs
FromRouteAttribute.cs
FromServicesAttribute.cs
HttpDeleteAttribute.cs
HttpGetAttribute.cs
HttpHeadAttribute.cs [Fixes #2700] Added HttpHeadAttribute 2015-06-17 12:58:02 -07:00
HttpMethodAttribute.cs
HttpMethodConstraint.cs Removed Cors.Core dependency from Mvc.Core 2015-06-16 10:25:27 -07:00
HttpNoContentOutputFormatter.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HttpNotAcceptableOutputFormatter.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
HttpPatchAttribute.cs
HttpPostAttribute.cs
HttpPutAttribute.cs
HttpResponseStreamWriter.cs
IActionDescriptorProvider.cs
IActionDescriptorsCollectionProvider.cs
IActionHttpMethodProvider.cs
IActionInvoker.cs
IActionInvokerFactory.cs
IActionInvokerProvider.cs
IActionSelector.cs
IAssemblyProvider.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
IControllerActionArgumentBinder.cs
IControllerActivator.cs
IControllerFactory.cs
IControllerPropertyActivator.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
IControllerTypeProvider.cs
ICorsAuthorizationFilter.cs
IRouteConstraintProvider.cs
IScopedInstance.cs
ITempDataDictionary.cs
ITempDataProvider.cs
ITypeActivatorCache.cs
IUrlHelper.cs
InputFormatter.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
KnownRouteValueConstraint.cs
Microsoft.AspNet.Mvc.Core.xproj
ModelBinderAttribute.cs
ModelBindingHelper.cs Add `ModelBindingContext.IsFirstChanceBinding` and `IsTopLevelObject` 2015-06-24 09:17:29 -07:00
ModelMetadataTypeAttribute.cs
MvcCoreServiceCollectionExtensions.cs Tweak lifetimes for a few commonly resolved services 2015-06-25 12:52:15 -07:00
MvcOptions.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
MvcRouteHandler.cs Event Notification for MVC Prototype 2015-06-08 17:49:33 -07:00
MvcRouteOptionsSetup.cs Update MVC Enumerable service registrations 2015-06-24 18:44:36 -07:00
NonActionAttribute.cs
NonControllerAttribute.cs
ObjectResult.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
OutputFormatter.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
Resources.resx Use new antiforgery package 2015-06-25 14:45:00 -07:00
RouteAttribute.cs
RouteConstraintAttribute.cs
ScopedInstance.cs
ServiceFilterAttribute.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
SessionStateTempDataProvider.cs
StreamOutputFormatter.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
StringOutputFormatter.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
TempDataDictionary.cs
TypeFilterAttribute.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
UrlActionContext.cs
UrlHelper.cs
UrlHelperExtensions.cs
UrlRouteContext.cs
project.json Removed Cors.Core dependency from Mvc.Core 2015-06-16 10:25:27 -07:00