I have a site (https://anchoredmarriage.com) that uses RouteData for the articles. I want to add a dynamics canonical link to the pages and still handle the route data.
In other words, most pages would have
<link href="https://anchoredmarriage.com/Default.aspx" rel="canonical">
But the pages with RouteData would look like this
<link href="https://anchoredmarriage.com/article/Wedding_Decorations" rel="canonical">