Add Custom routes in mvc website
Hi All,I want to add custom routes that url should be like
http://domainname/user/username
but I want userID on mvc action like
public ActionResult(int? UserId)
{
----
return View();
}
So please advise me How can i Add this types of Routes
Kind Regards
Hari