DiNASTY:The average visitor will think it's case sensitive, and capitalize letters anyways.
the average vistor is not going to type Home/Index
I made this small change to Site.Master:
<div id="menucontainer">
<ul id="menu">
<li><%= Html.ActionLink("home", "index", "home")%></li>
<li><%= Html.ActionLink("about", "about", "home")%></li>
</ul>
</div>
When I run this do nothing application, it displays as:
http://localhost:4629/
If I click the "about" tab, I see:
http://localhost:4629/home/about
I can use:
http://localhost:4629/home
Even:
http://localhost:4629/home/ABOUT
At a real ASP.NET MVC site:
http://stackoverflow.com/questions/1489668/reflection-c-question and
http://stackoverflow.com/QUESTIONS/1489668/reflection-c-question
both work.
Gerry
Gerry Lowry, Principal
Ability Business Computer Services ~~ Because it's your Business, our Experience Counts!
68 John W. Taylor Avenue
Alliston · Ontario · Canada · L9R 0E1 · gerry.lowry@abilitybusinesscomputerservices.com
Websites:
http://abilitybusinesscomputerservices.comhttp://gerrylowryprogrammer.com ~~
résumé & testimonials
http://veganoccasions.com ~~ recipes by
Susan