ASP.NET MVC Routing / SEO Friendly URL?

That route looks like it should work with that call to ActionLink, so this is a bit of a guess. Are you registering your "{action}/{id}/{title}" route after the default route? If so, the default route will match first, and just put the title value in the querystring since it doesn't appear in the path.

If you register your custom route before the {controller}/{action}/{id} default, it should work.

I wrote a blog post on this a while back and thought it might be helpful.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions