aspnetcore/test/WebSites/BestEffortLinkGenerationWeb.../wwwroot
Ryan Nowak d2aa55893d Functional tests for #302
This feature allows routing to generate a link when the action that is
being linked-to does not yet exist. See the PR in routing for the actual
implementation changes. This PR just has a simple functional test for the
scenario.
2015-02-16 17:59:31 -08:00
..
readme.md Functional tests for #302 2015-02-16 17:59:31 -08:00

readme.md

BestEffortLinkGenerationWebSite

This web site illustrates how to use best-effort link generation, which will allow conventional routes to generate a link to an action which doesn't exist.