OWIN and View Engines

In the last post we looked at improving our responses in OWIN by adding some extensions methods to the response object and the next logical step for this is to think about HTML. While what we’ve brought together thus far is useful if you’re…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

In the last post we looked at improving our responses in OWIN by adding some extensions methods to the response object and the next logical step for this is to think about HTML. While what we’ve brought together thus far is useful if you’re creating something that is just a web API if you want to create an actual web site you probably need to respond with some HTML. To this end we’re going to need to think about creating a View Engine that will be responsible for our HTML generation.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2012-03-23T00:00:00+00:00) OWIN and View Engines. Retrieved from https://www.scien.cx/2012/03/23/owin-and-view-engines/

MLA
" » OWIN and View Engines." Posts on LINQ to Fail | Sciencx - Friday March 23, 2012, https://www.scien.cx/2012/03/23/owin-and-view-engines/
HARVARD
Posts on LINQ to Fail | Sciencx Friday March 23, 2012 » OWIN and View Engines., viewed ,<https://www.scien.cx/2012/03/23/owin-and-view-engines/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » OWIN and View Engines. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2012/03/23/owin-and-view-engines/
CHICAGO
" » OWIN and View Engines." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2012/03/23/owin-and-view-engines/
IEEE
" » OWIN and View Engines." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2012/03/23/owin-and-view-engines/. [Accessed: ]
rf:citation
» OWIN and View Engines | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2012/03/23/owin-and-view-engines/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.