Skip to content

Instantly share code, notes, and snippets.

@willprice76
Created September 7, 2012 11:30
Show Gist options
  • Save willprice76/3665378 to your computer and use it in GitHub Desktop.
Save willprice76/3665378 to your computer and use it in GitHub Desktop.
Pageless Tridion Content Routing
RouteTable.Routes.MapRoute("News", "news/{*url}", new {controller="DynamicContent", action="Render", contentType="News"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment