Is it possible to send/access data from Umbraco to an external MVC project?
Say we have an Umbraco installation that we use to enter content for a number of different websites. Is it possible to access some of the data from an external MVC project?
If a content node in the Umbraco installation would be published could this be picked up from the external website/MVC project some how and be presented on the site running the external MVC project?
Access data from Umbraco in external MVC project
Hi,
Is it possible to send/access data from Umbraco to an external MVC project?
Say we have an Umbraco installation that we use to enter content for a number of different websites. Is it possible to access some of the data from an external MVC project?
If a content node in the Umbraco installation would be published could this be picked up from the external website/MVC project some how and be presented on the site running the external MVC project?
Cheers
Hi David
There are 2 ways of doing that"
1) create web API in Umbraco solution and access data via HTTP
2) share the context with MVC project if you are in the same project
Thanks,
Alex
is working on a reply...