aspnetcore/test/testapps/BasicTestApp/RouterTest
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
..
Default.cshtml [Fixes #220] Support `@page` with custom route template on components 2018-03-16 19:15:00 -07:00
Links.cshtml [Fixes #220] Support `@page` with custom route template on components 2018-03-16 19:15:00 -07:00
Other.cshtml [Fixes #220] Support `@page` with custom route template on components 2018-03-16 19:15:00 -07:00
TestRouter.cshtml [Fixes #220] Support `@page` with custom route template on components 2018-03-16 19:15:00 -07:00
WithParameters.cshtml [Fixes #220] Support `@page` with custom route template on components 2018-03-16 19:15:00 -07:00