Choosing the MVC view engine

Posted by leonard on Stack Overflow See other posts from Stack Overflow or by leonard
Published on 2010-03-31T19:19:02Z Indexed on 2010/03/31 19:23 UTC
Read the original article Hit count: 305

Filed under:
|

I want to allow the end-users of my web application to modify views (via web based back office), stored in the database. The desired view engine is expected to be code-injection safe, meaning that the end-user will be limited to the absolute minimum number of expressions available, no server code inserts are allowed.

Is any suitable view engine available to download?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about view-engine