aspnetcore/test/Microsoft.AspNetCore.Blazor...
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
..
Routing [Fixes #220] Support `@page` with custom route template on components 2018-03-16 19:15:00 -07:00
DependencyInjectionTest.cs fix #216 2018-03-13 01:03:26 +01:00
JsonUtilTest.cs In JsonUtil, support DateTimeOffset. Fixes #218. 2018-03-15 17:25:50 +00:00
LayoutTest.cs
Microsoft.AspNetCore.Blazor.Test.csproj
ParameterCollectionTest.cs
RenderTreeBuilderTest.cs
RenderTreeDiffBuilderTest.cs Stop treating RenderFragment as immutable, because its output isn't 2018-03-05 02:02:26 +00:00
RendererTest.cs