Linking code to Page

Discussion in 'HTML / PHP / JavaScript / CSS' started by Robb, Jan 24, 2014.

  1. I am having an issue linking a CSHTML so that it opens up in the web-browser. I create the page and then I go to make the link

    Code:
    <li class="@SelectedUrlHelper.ActiveControllerAndAction("pressroom", "faqs")">@Html.ActionLink("PressRoom", "PressRoom", "Pages")</li>
    But when I link it in the page it just comes up to a 404 error page. I am not sure what I am doing wrong.
     
  2. martino

    martino DiscountASP.NET Staff

  3. I've done everything in those articles and even when I do get the page done and everything right I am still taken to the sites 404 error page. I should have also said that the site is already completed I am just looking to add to 'new' pages to it.
     

Share This Page