Friday, 15 April 2011

model view controller - umbraco content integration into hot towel spa web app -


I have an old website that displays content from umbraco per page using a pageload to call it a webservice By doing and submission of umbraco html content for a literal control. I.e.

  HTTP Webbram Request = (HTTP WebBurm) WebRequest. ("Http://111.111.111.111:8080/api/PageContentApi?id=1122"); HttpWebResponse response = (HttpWebResponse) request.GetResponse (); If (response.StatusCode == HttpStatusCode.OK) {stream stream = response. GetResponseStream (); (StreamReader Reader = New Streamminder (Stream)) {string html = reader.ReadToEnd (); AboutText.Text = html; }}   

How do I do this same rendering, but in a MVC manner for a hot towel spa application.

I'm not sure that you Already have solved it. But, I am in a situation like this and used the RenderTableTable function of Umbraco Library. I am using Umbraco 6.1.3

No comments:

Post a Comment