aspnetcore/src/Microsoft.AspNet.Mvc.Core
Pranav K 18e11f546d DecorateWriter does not get called for partial views rendered via
Html.PartialAsync

* Introducing StringCollectionTextWriter to buffer the contents of
  PartialAsync
* Ensure DecorateWriter is called for partial views

Fixes #1266
2014-10-12 14:24:29 -07:00
..
ActionConstraints Introduce default order for framework ordered items to be -1000 2014-10-07 21:43:50 -07:00
ActionResults
AntiForgery
ApplicationModel fix doc error 2014-10-07 20:46:39 -07:00
Areas
Description Introduce default order for framework ordered items to be -1000 2014-10-07 21:43:50 -07:00
Extensions
Filters Introduce default order for framework ordered items to be -1000 2014-10-07 21:43:50 -07:00
Formatters
Internal React to UsePerRequestServices 2014-10-09 14:17:04 -07:00
Logging Fixing NRE with logging 2014-10-08 09:47:39 -07:00
OptionDescriptors
ParameterBinding
Properties Tag Helpers: add `ModelExpression` class to support `Expression<Func<TModel, TValue>>` attributes 2014-10-09 12:39:19 -07:00
Rendering DecorateWriter does not get called for partial views rendered via 2014-10-12 14:24:29 -07:00
Routing
ViewComponents Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames 2014-10-11 13:26:07 -07:00
AcceptVerbsAttribute.cs
ActionContext.cs
ActionDescriptor.cs
ActionDescriptorExtensions.cs
ActionDescriptorProviderContext.cs
ActionDescriptorsCollection.cs
ActionInfo.cs
ActionInvokerFactory.cs
ActionInvokerProviderContext.cs
ActionMethodSelectorAttribute.cs
ActionNameAttribute.cs
ActionResult.cs
ActivateAttribute.cs
AmbiguousActionException.cs
BodyParameterInfo.cs
Controller.cs Add compatibility items for controller back from MVC 5 2014-10-09 16:42:39 -07:00
ControllerActionDescriptor.cs Issue #1176: Renaming ActionDescriptor, ActionDescriptorProvider, ActionInvoker, ActionInvokerProvider, ActionExecutor, ModelBuilder, Tests. Either dropping "Reflected" or changing it to "Controller" depending on the context. 2014-10-06 20:21:55 -07:00
ControllerActionDescriptorProvider.cs Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames 2014-10-11 13:26:07 -07:00
ControllerActionExecutor.cs Issue #1176: Renaming ActionDescriptor, ActionDescriptorProvider, ActionInvoker, ActionInvokerProvider, ActionExecutor, ModelBuilder, Tests. Either dropping "Reflected" or changing it to "Controller" depending on the context. 2014-10-06 20:21:55 -07:00
ControllerActionInvoker.cs Issue #1176: Renaming ActionDescriptor, ActionDescriptorProvider, ActionInvoker, ActionInvokerProvider, ActionExecutor, ModelBuilder, Tests. Either dropping "Reflected" or changing it to "Controller" depending on the context. 2014-10-06 20:21:55 -07:00
ControllerActionInvokerProvider.cs Introduce default order for framework ordered items to be -1000 2014-10-07 21:43:50 -07:00
ControllerDescriptor.cs
DefaultActionDescriptorsCollectionProvider.cs
DefaultActionDiscoveryConventions.cs
DefaultActionSelector.cs Make RouteDataActionConstraint be POCO only 2014-10-06 16:54:41 -07:00
DefaultAssemblyProvider.cs Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames 2014-10-11 13:26:07 -07:00
DefaultControllerActivator.cs
DefaultControllerFactory.cs Issue #1176: Renaming ActionDescriptor, ActionDescriptorProvider, ActionInvoker, ActionInvokerProvider, ActionExecutor, ModelBuilder, Tests. Either dropping "Reflected" or changing it to "Controller" depending on the context. 2014-10-06 20:21:55 -07:00
DefaultOrder.cs Introduce default order for framework ordered items to be -1000 2014-10-07 21:43:50 -07:00
FilterActionInvoker.cs
FormContext.cs
HttpDeleteAttribute.cs
HttpGetAttribute.cs
HttpMethodAttribute.cs
HttpMethodConstraint.cs
HttpPatchAttribute.cs
HttpPostAttribute.cs
HttpPutAttribute.cs
IActionDescriptorProvider.cs
IActionDescriptorsCollectionProvider.cs
IActionDiscoveryConventions.cs
IActionInvoker.cs
IActionInvokerFactory.cs
IActionInvokerProvider.cs
IActionResult.cs
IActionSelector.cs
IAssemblyProvider.cs Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames 2014-10-11 13:26:07 -07:00
IControllerActivator.cs
IControllerFactory.cs
IUrlHelper.cs
Injector.cs
KnownRouteValueConstraint.cs
Microsoft.AspNet.Mvc.Core.kproj
MvcOptions.cs Issue #1176: Renaming ActionDescriptor, ActionDescriptorProvider, ActionInvoker, ActionInvokerProvider, ActionExecutor, ModelBuilder, Tests. Either dropping "Reflected" or changing it to "Controller" depending on the context. 2014-10-06 20:21:55 -07:00
MvcRouteHandler.cs
NonActionAttribute.cs
ParameterBindingInfo.cs
ParameterDescriptor.cs
RequireHttpsAttribute.cs
Resources.resx
RouteAttribute.cs
RouteConstraintAttribute.cs
RouteDataActionConstraint.cs Make RouteDataActionConstraint be POCO only 2014-10-06 16:54:41 -07:00
RouteKeyHandling.cs Make RouteDataActionConstraint be POCO only 2014-10-06 16:54:41 -07:00
TemplateInfo.cs
UrlHelper.cs
UrlHelperExtensions.cs
ViewContext.cs
ViewDataDictionary.cs
ViewDataDictionaryOfT.cs
project.json Reacting to CoreCLR version changes 2014-10-10 15:14:04 -07:00