asp.net template engine
I'm building a website开发者_StackOverflow中文版. It allows the user to edit their website template, so I need a template engine for asp.net web form (I'm using C#). I'm worry about security problem, about user can write some c# code. So any template engine recommended?
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.
i am not sure but perhaps DotNetNuke can be used. http://www.dotnetnuke.com/
精彩评论