Hi, As i read about url routing from : http://www.codethinked.com/post/2008/08/20/Exploring-SystemWebRouting.aspx
I found , "Each url coming into the application will be matched against the list of Routes that you have defined, and if one matches then it will be used"
Is this means we can define our own patterns of urls? except "Controller//Action//ID" ?