aspnetcore/test/WebSites
Pranav K 92e26cf8e0 RazorView should not create new ViewContext when rendering pages.
For pages that can pop back (e.g. Partial pages \ View Components), the
invoking component already creates a new ViewContext. ViewStart, Pages
and Layouts need to share the same Layout. This is required for sharing
ViewData values (such as title).

Fixes #861
2014-07-25 06:37:53 -07:00
..
ActivatorWebSite IUrlHelper and IViewComponentHelper need to be activated 2014-07-16 16:24:03 -07:00
AutofacWebSite Renamed configurations to frameworks in project.json 2014-07-13 21:58:12 -07:00
BasicWebSite Renamed configurations to frameworks in project.json 2014-07-13 21:58:12 -07:00
CompositeViewEngine Modify FindView and FindPartialView to accept ActionContext 2014-07-24 11:48:23 -07:00
InlineConstraintsWebSite Renamed configurations to frameworks in project.json 2014-07-13 21:58:12 -07:00
Microsoft.AspNet.Mvc.TestConfiguration Renamed configurations to frameworks in project.json 2014-07-13 21:58:12 -07:00
RazorWebSite RazorView should not create new ViewContext when rendering pages. 2014-07-25 06:37:53 -07:00
RoutingWebSite Adding Attribute Routing Link Generation 2014-07-21 14:52:38 -07:00
ValueProvidersSite Move ValueProviders to MvcOptions 2014-07-17 21:02:47 -07:00