Press Ctrl / CMD + C to copy this to your clipboard.
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!!!
Topic author was deleted
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!!!
Hi Maciej
Did you solve the issue?
You can use Url() method of Umbraco helper -
Thanks,
Alex
is working on a reply...