- 55
Hi-
I'm trying to add a couple of other links to my Categories Header Menu, but can't figure out the correct way to refer to the Home page..
I tried this:
....and evidentally "home" isn't the correct system name...what is?
Also, I want to add a link to the forum, and that does work, but it displays in all lower case instead of how I specify it in my code.
How do I get it to display the word "KnowledgeBase" instead of "knowledgebase" ??
Thanks-
Steve
I'm trying to add a couple of other links to my Categories Header Menu, but can't figure out the correct way to refer to the Home page..
I tried this:
<li><a href="@Url.RouteUrl("Home", new { SystemName = "home" })">@T("Home")</a></li>
....and evidentally "home" isn't the correct system name...what is?
Also, I want to add a link to the forum, and that does work, but it displays in all lower case instead of how I specify it in my code.
<li><a href="@Url.RouteUrl("Boards", new { SystemName = "boards" })">@T("KnowledgeBase")</a></li>
How do I get it to display the word "KnowledgeBase" instead of "knowledgebase" ??
Thanks-
Steve