How to add page title in url in asp.net mvc? (url generation)
Posted
by Ante
on Stack Overflow
See other posts from Stack Overflow
or by Ante
Published on 2010-02-01T05:26:52Z
Indexed on
2010/05/23
11:50 UTC
Read the original article
Hit count: 386
How to dynamically create urls/links like: www.restaurant.com/restaurant/restaurant-name-without-some-characters-like-space-coma-etc/132
what are the keywords i can use to google some articles on this topic? (how to genererate and handle this kind of urls inside asp.net mvc)
There are some questions: How to generate links? (store slugs in db?) Redirect or not if slug isn't canonical?
edit: apparently they are called slugs
© Stack Overflow or respective owner