Top "Viewengine" questions

Partials with Node.js + Express + Hogan.js

I'm developing a site with Node.js + Express and using as view engine Hogan.js. This is my file app.…

javascript node.js express viewengine hogan.js
ASP.NET MVC Razor view engine

After reading Scott Guthrie's blog entry about the new Razor view engine for ASP.NET MVC and reading this question …

asp.net-mvc razor viewengine
Is there any way to use multiple view engines with Express + Node.js

Scenario: I had developed some transactional pages using Node.js, Express + Handlebars as view engine and MongoDB. Now the issue …

node.js express handlebars.js pug viewengine
Render partial view to string MVC4

I am using the following to render a partial view to a string... protected string RenderPartialViewToString(string viewName, object model) { …

asp.net-mvc asp.net-mvc-4 asp.net-mvc-partialview viewengine stringwriter
Is there a jade template engine for ASP.NET MVC?

I've always been searching for a best suitable ViewEngine for me in ASP.NET MVC, and after observing a ton …

asp.net-mvc templates pug viewengine
Razor Generator: how to use view compiled in a library as the partial view for master defined in main mvc project

We have an ASP.NET MVC 4 application with around 3000 views in it. We've decided to split this set of views …

razor asp.net-mvc-4 viewengine razorgenerator
installing the razor view engine for Visual Studio

I just downloaded and installed Web Matrix beta. I am really liking the razor view engine. Not so much the …

.net asp.net visual-studio viewengine razor
How to Download Razor View Engine

I want to download and install razor view engine for ASP.Net MVC 2. From where i can download and install?

asp.net-mvc razor viewengine
ASP.NET MVC: Multiple View Folders and _ViewStart.cshtml file

I have an MVC project that requires there to be 2 different View folders. One is at ~/Views/ and one at ~/…

asp.net-mvc asp.net-mvc-3 razor viewengine