aspnetcore/samples/StandaloneApp
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
..
Pages [Fixes #220] Support `@page` with custom route template on components 2018-03-16 19:15:00 -07:00
Properties
Shared Use real component syntax for NavLink/NavMenu 2018-03-14 11:23:42 +00:00
wwwroot
App.cshtml [Fixes #220] Support `@page` with custom route template on components 2018-03-16 19:15:00 -07:00
Program.cs
StandaloneApp.csproj [Fixes #66] Adds linking support to the build 2018-03-14 11:23:43 +00:00
_ViewImports.cshtml Use real BCL System.Net.Http.HttpClient. Implements #159 2018-02-28 17:37:42 +00:00