aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra.../Infrastructure
Ryan Nowak b7db6dbc8e Remove pass-through activator for pages
This change removes a 'pass through' IRazorPageActivator that we were
using to avoid the default one initializing the Page twice.

The fix is to add an adapter so that the IRazorPage that the RazorView has
isn't the *real* page, it's the adapter. The adapter doesn't have anything
interesting to activate :).
2017-05-26 12:29:10 -07:00
..
DefaultPageActivatorProviderTest.cs Separate PageContext and ViewContext 2017-05-24 16:01:52 -07:00
DefaultPageFactoryProviderTest.cs Remove pass-through activator for pages 2017-05-26 12:29:10 -07:00
DefaultPageModelActivatorProviderTest.cs Separate PageContext and ViewContext 2017-05-24 16:01:52 -07:00
DefaultPageModelFactoryProviderTest.cs
PageActionDescriptorProviderTest.cs Move Pages filter creation to application model provider 2017-05-23 11:03:19 -07:00
PageDirectiveFeatureTest.cs
PageViewLocationExpanderTest.cs