aspnetcore/src/Microsoft.AspNet.Mvc.Core/ViewComponents
Ryan Nowak ab605ef935 Fix for #215 - nullref trying to generate link in a partial
The fix here is to do some cleanup we've been planning to do for a while,
rather than flowing IUrlHelper and IComponentHelper as part of the
ViewContext, they now are just grabbed from the service provider.

This simplifies the code for invoking a view, and gets us closer to the
desired API surface of ViewContext
2014-04-08 16:05:48 -07:00
..
ContentViewComponentResult.cs
DefaultViewComponentHelper.cs Fix for #215 - nullref trying to generate link in a partial 2014-04-08 16:05:48 -07:00
DefaultViewComponentInvoker.cs Merging Mvc.Rendering and Mvc.Core 2014-04-07 17:32:49 -07:00
DefaultViewComponentInvokerFactory.cs
DefaultViewComponentInvokerProvider.cs
DefaultViewComponentResultHelper.cs CR feedback 2014-04-08 15:57:40 -07:00
DefaultViewComponentSelector.cs
IViewComponentHelper.cs Merging Mvc.Rendering and Mvc.Core 2014-04-07 17:32:49 -07:00
IViewComponentInvoker.cs
IViewComponentInvokerFactory.cs
IViewComponentInvokerProvider.cs
IViewComponentResult.cs Merging Mvc.Rendering and Mvc.Core 2014-04-07 17:32:49 -07:00
IViewComponentResultHelper.cs
IViewComponentSelector.cs
JsonViewComponentResult.cs
ViewComponent.cs
ViewComponentAttribute.cs
ViewComponentContext.cs Merging Mvc.Rendering and Mvc.Core 2014-04-07 17:32:49 -07:00
ViewComponentConventions.cs
ViewComponentHelperExtensions.cs Merging Mvc.Rendering and Mvc.Core 2014-04-07 17:32:49 -07:00
ViewComponentInvokerProviderContext.cs
ViewComponentMethodSelector.cs Merging Mvc.Rendering and Mvc.Core 2014-04-07 17:32:49 -07:00
ViewViewComponentResult.cs Fix for #215 - nullref trying to generate link in a partial 2014-04-08 16:05:48 -07:00