aspnetcore/test/Microsoft.AspNetCore.Blazor.../Tests
Javier Calvarro Nelson 70c4501497 [Fixes #220] Support `@page` with custom route template on components
* Updates the router component to scan for components within assemblies.
* Parses the templates on `[Route]` in component instances and builds a
  route table that maps paths to components.
* Uses the route table to map paths to components.
2018-03-16 19:15:00 -07:00
..
BindTest.cs Fix selection on <select> box. Fixes #157 2018-03-16 10:27:26 +00:00
ComponentRenderingTest.cs Support components and static content in external NuGet packages (#247) 2018-03-14 11:23:43 +00:00
HostedInAspNetTest.cs
HttpClientTest.cs
MonoSanityTest.cs
RoutingTest.cs [Fixes #220] Support `@page` with custom route template on components 2018-03-16 19:15:00 -07:00
StandaloneAppTest.cs