Hi guys, I am new in umbraco. I have a website (MVC) and in the same solution I have created a new project and installed umbraco v7. I have notice that it requires newstonsoft 10.0.3 and Lucene old version. That`s why I didn't installed umbraco in my main project. Well, my plan here is to have umbraco to administrate some pages and contents I need and make some calls from my main mvc application to have pages rendered from umbraco directly. Is there a way to use API to do that? I saw a lot of discussions about contentRenderer and web apis. Is there any tutorial available?
Render an umbraco page in another mvc site.
Hi guys, I am new in umbraco. I have a website (MVC) and in the same solution I have created a new project and installed umbraco v7. I have notice that it requires newstonsoft 10.0.3 and Lucene old version. That`s why I didn't installed umbraco in my main project. Well, my plan here is to have umbraco to administrate some pages and contents I need and make some calls from my main mvc application to have pages rendered from umbraco directly. Is there a way to use API to do that? I saw a lot of discussions about contentRenderer and web apis. Is there any tutorial available?
Thank you.
hi, maybe look for this
https://github.com/umbraco/UmbracoRestApi
is working on a reply...