views:

68

answers:

2

I'm building a website, it allow user edit their website template, so i need a template engine for asp.net web form (im using C#). I'm worry about security problem, about user can write some c# code. So any template engine recommended?

A: 

i am not sure but perhaps DotNetNuke can be used. http://www.dotnetnuke.com/

Murre
A: 

Try http://ndjango.org - which is based from Django template - it supports almost all Django template functionality.

http://www.stringtemplate.org/ is also useful although it is very very strict.

DodyG