aspnetcore/test/WebSites/RazorWebSite/Views/Shared
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
..
Components/ComponentThatSetsTitle RazorView should not create new ViewContext when rendering pages. 2014-07-25 06:37:53 -07:00
_Layout.cshtml
_LayoutWithTitle.cshtml RazorView should not create new ViewContext when rendering pages. 2014-07-25 06:37:53 -07:00
_Partial.cshtml
_PartialThatSetsTitle.cshtml RazorView should not create new ViewContext when rendering pages. 2014-07-25 06:37:53 -07:00