aspnetcore/src/Microsoft.AspNetCore.Mvc.Vi...
Ryan Nowak baf0b6a5c7 Fix #4803 - Move some types internal
Moves IControllerArgumentBinder and IControllerPropertyActivator into
.Internal. Also renames ControllerArgumentBinder ->
DefaultControllerArgumentBinder for consistency with other controller
extensibility types.

We don't think these are 100% baked for our long term maintenance of the
product, and want to reserve the ability to make changes in the future.
2016-06-09 09:36:15 -07:00
..
DependencyInjection Fix #4803 - Move some types internal 2016-06-09 09:36:15 -07:00
Internal [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00
Properties [Perf] RazorPage.CreateModelExpression is allocating expression names 2016-04-22 12:55:28 -07:00
Rendering Fixed a bug in TagBuilder when attribute value is null 2016-05-26 11:04:32 -07:00
ViewComponents [Perf] Refactoring ControllerActionInvoker to avoid coercing action method's return type to Task<object> for simple cases. Fixes #4539 2016-05-19 14:21:29 -07:00
ViewEngines
ViewFeatures Fix #4803 - Move some types internal 2016-06-09 09:36:15 -07:00
AutoValidateAntiforgeryTokenAttribute.cs
Controller.cs [Fixes 4509] Stop registering disposable objects in our controller helper methods 2016-04-20 17:00:34 -07:00
IViewComponentHelper.cs
IViewComponentResult.cs
IViewContextAware.cs
IgnoreAntiforgeryTokenAttribute.cs
Microsoft.AspNetCore.Mvc.ViewFeatures.xproj
ModelStateDictionaryExtensions.cs
MvcViewOptions.cs
PartialViewResult.cs [Fixes #4506] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName 2016-05-31 23:13:20 -07:00
RemoteAttribute.cs
Resources.resx [Perf] RazorPage.CreateModelExpression is allocating expression names 2016-04-22 12:55:28 -07:00
SkipStatusCodePagesAttribute.cs
ValidateAntiForgeryTokenAttribute.cs
ViewComponent.cs
ViewComponentAttribute.cs
ViewComponentResult.cs [Fixes #4223] Added a facade for ViewComponentResult 2016-05-31 22:47:33 -07:00
ViewResult.cs [Fixes #4506] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName 2016-05-31 23:13:20 -07:00
project.json Remove unncessary imports 2016-06-09 00:35:44 -07:00