Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,


i have to format the URL of my web site developed using MVC4

my url is www.abc.com/Store/Index
and i want this like www.abc.com/store/index

i want all urls in small letters

is there any method to do this?

please suggest
thanks in advance
Posted

1 solution

Check This[^], I hope this might be helpful to you..
 
Share this answer
 
Comments
sharmarun 21-Oct-13 2:46am    
Be Creative thanks but can suggest me a short answer not like article
bjdestiny 21-Oct-13 2:47am    
you have to use MyRoute with RouteTable....
sharmarun 21-Oct-13 6:44am    
i am working using mvc 4.5 and i am using
routes.LowercaseUrls = true; in public static void RegisterRoutes(RouteCollection routes)
method of Route Config file but it does not work

please help me in regard of this

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900