我正在尝试遵循本指南:
http://www.castleproject.org/others/nvelocity/usingit.html
你能告诉我我必须包含哪些 dll 才能让他工作:
VelocityEngine velocity = new VelocityEngine();
ExtendedProperties props = new ExtendedProperties();
velocity.Init(props);
我包括了整个城堡项目,但仍然没有用。
我正在尝试遵循本指南:
http://www.castleproject.org/others/nvelocity/usingit.html
你能告诉我我必须包含哪些 dll 才能让他工作:
VelocityEngine velocity = new VelocityEngine();
ExtendedProperties props = new ExtendedProperties();
velocity.Init(props);
我包括了整个城堡项目,但仍然没有用。
也许这可以帮助人们从 NVelocity 开始: http ://chrisseroka.wordpress.com/2013/08/01/generating-html-document-from-template-using-nvelocity/