aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
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
..
compiler/resources
ActivatorTests.cs
BasicTests.cs
CompositeViewEngineTests.cs
DependencyResolverTests.cs
HttpResponseHelpers.cs
InlineConstraintTests.cs
Microsoft.AspNet.Mvc.FunctionalTests.kproj Separating view execution and Razor behavior 2014-07-18 14:58:12 -07:00
ResourceHelpers.cs
RoutingTests.cs Adding Attribute Routing Link Generation 2014-07-21 14:52:38 -07:00
TestApplicationEnvironment.cs
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs
ValueProviderTests.cs
ViewEngineTests.cs RazorView should not create new ViewContext when rendering pages. 2014-07-25 06:37:53 -07:00
project.json Http Abstractions for parsing Http headers needed for conneg. 2014-07-23 16:28:32 -07:00