Is there any method to access the umbraco contents (published contents from umbraco) with in an asp.net mvc4 application. We don't want to integrate the umbraco in to the asp.net mvc4 application ie, umbraco cms must exist out side the asp.net mvc4 application and we need to access the contents (html contents) published by umbraco in to our application. Is there any api for this. Can you please help to resolve this issue.
Access the umbraco contents in asp.net mvc4
Hi,
Is there any method to access the umbraco contents (published contents from umbraco) with in an asp.net mvc4 application. We don't want to integrate the umbraco in to the asp.net mvc4 application ie, umbraco cms must exist out side the asp.net mvc4 application and we need to access the contents (html contents) published by umbraco in to our application. Is there any api for this. Can you please help to resolve this issue.
Thanks
Aswathy S
Hi Aswathy,
Umbraco has support for WebAPI. So you could create an API controller that returns the content you need.
You can find the documentation here : http://our.umbraco.org/documentation/Reference/WebApi/
Dave
is working on a reply...