Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Topic author was deleted

    Jul 29, 2016 @ 04:00

    How do I direct/link to an Umbraco CMS "blog" page from an index.html (my custom homepage)?

    I am not sure how to do the routing - to link to this Umbraco web page from my Index.html page which I want to use as my home page. I only want to use Umbraco for this single page which will be to maintain my blog page - add posts , in an easier way.

    I have installed Umbraco in Visual Studio and have one instance of it. I am using ASP.NET MVC 5.

    Homepage is just an index.html file that I have. On the top on my home page, I have "About Me", "Services", "Contact" and "Blog". I would like the "Blog" Link to direct me to an Umbraco Web Page that I created. Also, would this possibly be not a best practice? Thank you!!!

  • Alex Skrypnyk 6163 posts 24143 karma points MVP 8x admin c-trib
    Oct 11, 2016 @ 15:54
    Alex Skrypnyk
    0

    Hi Maciej

    Did you solve the issue?

    You can use Url() method of Umbraco helper -

    Umbraco.Url(yourNodeId)
    

    Thanks,

    Alex

Please Sign in or register to post replies

Write your reply to:

Draft