Search code examples
menuhyperlinkepiserver

Remove "Link" in Homepage Logo and Menu item if in Homepage - EPiServer


I would like to remove the link to homepage in my page logo and menu item called "Home" if you are actually navigating in the Homepage, that is, the logo and Home link in the menu should not be a link if you are in the Homepage, in any other page they should be links again.

Any ideas on how to achieve this?


Many Thanks


Solution

  • Check using: PageReference.StartPage.ID == Container.CurrentPage.PageLink.ID

    You could use it as the Visible-condition for placeholders around the A-tags... And instead of the property-control that will auto-link the name just use: <%# HttpUtility.HtmlEncode(Container.CurrentPage.PageName)%>