Hi,
I'm following this article to replace hyphens with underscore in controller name
http://blog.didsburydesign.com/2010/02/how-to-allow-hyphens-in-urls-using-asp-net-mvc-2/
but, how to write @Html.ActionLink(), because it's only supports real name of controllar.
eg.
@Html.ActionLink("about", "Index", "about_me")
Thank you
Refer
http://stackoverflow.com/questions/5281465/allow-hyphens-in-urls-for-asp-net-mvc-2-controller-names
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.