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 IUrlHelper and IViewComponentHelper need to be activated 2014-07-16 16:24:03 -07:00
BasicTests.cs React to resource changes 2014-06-25 22:48:32 -07:00
CompositeViewEngineTests.cs Add extra unit tests and functional tests for CompositeViewEngine 2014-07-09 15:03:34 -07:00
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 Added Configuration to TestApplicationEnvironment 2014-07-10 10:22:24 -07:00
TestAssemblyProvider.cs Commonize code to limit functional tests to a single site each 2014-06-25 09:00:34 -07:00
TestConfigurationProvider.cs Commonize code to limit functional tests to a single site each 2014-06-25 09:00:34 -07:00
TestHelper.cs Commonize code to limit functional tests to a single site each 2014-06-25 09:00:34 -07:00
ValueProviderTests.cs Move ValueProviders to MvcOptions 2014-07-17 21:02:47 -07:00
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