Iam developing an application in asp.net MVC4. I have a seperate CMS (hosted in seperate port). The application and CMS are seperated each other. I published a sample page (http://192.168.0.86:82/1056.aspx) in CMS. My requirement is that I to want render the contents of that published page in my asp.net MVC4 application. ie, In my asp.net mvc4 application there is page in which one of its content(say the News section ) must be come from the CMS (published in http://192.168.0.86:82/1056.aspx link ) but other sections will be asp mc4 specific data.
So how can I pull contents from CMS into my application using UMBRACO api.
Is there any api to get html contents
Hi,
Iam developing an application in asp.net MVC4. I have a seperate CMS (hosted in seperate port). The application and CMS are seperated each other. I published a sample page (http://192.168.0.86:82/1056.aspx) in CMS. My requirement is that I to want render the contents of that published page in my asp.net MVC4 application. ie, In my asp.net mvc4 application there is page in which one of its content(say the News section ) must be come from the CMS (published in http://192.168.0.86:82/1056.aspx link ) but other sections will be asp mc4 specific data.
So how can I pull contents from CMS into my application using UMBRACO api.
is working on a reply...