aspnetcore/samples/RoutingSample.Web
Ryan Nowak 12cb35894e Add support for GraphViz
Adds **internal** support for dumping a route table to GraphViz DOT
notation. This allows us to dump the DFA graph for a route table and
visualize it.

Example:
https://gist.github.com/rynowak/2b24e4a6a602ca6f9c4de3ec227d621b
2018-08-08 21:36:39 -07:00
..
EndsWithStringMatchProcessor.cs Api clean up 2018-08-03 12:37:37 -07:00
PrefixRoute.cs
Program.cs Endpoint routing rename and API review changes (#684) 2018-08-02 13:38:08 +12:00
RouteBuilderExtensions.cs
RoutingSample.Web.csproj
UseEndpointRoutingStartup.cs Add support for GraphViz 2018-08-08 21:36:39 -07:00
UseRouterStartup.cs