- 授权协议: Apache 2.0
- 开发语言: C# .NET
- 操作系统: Windows
- 软件首页: http://www.jiniannet.com
- 软件文档: http://git.oschina.net/jiniannet/jntemplate
软件介绍
JNTemplate — Open source templating engine for .net/mono!
JNTemplate 是什么
极念模板引擎(JNTemplate)是一款.NET平台的解释型模板引擎,它能生成任何基于文本的内容,让前端展示与后端代码逻辑分离。同时,它也提供了一个在WebForm与Razor之外的选择!
JNTemplate具有简单,易用,高效等特点,拓展十分方便!而且它使用的是对商业更加友好的Apache license 2.0协议开源,在满足该协议的前提下,大家可以自由使用,分发,甚至可以用于商业目的(具体见License.txt)。
为什么要使用JNTemplate
简单易用 有一定 c#/java/javascript 语法基础的用户只需要10分钟就可以上手使用
轻便高效 使用了更高效的解析机制,引擎执行更快。
自由拓展 可以十分方便的自由扩展功能,灵活性更强。
免费开源 可以免费使用而无须支付任何费用,只需要在代码中保留我们的署名即可。
另外JNTemplate能完美运行于Liunx(Mono)!
如何使用JNTemplate
ITemplate template = new Template("hello,$name!");//创建Template实例
template.Context.CurrentPath = "D:\\templets\\"; //指定当前模板目录
template.Context.TempData["name"] = "world";//设置模板数据
template.Render(Response.Output);//呈现解析结果
The Four
Scott Galloway / Portfolio / 2017-10-3 / USD 28.00
NEW YORK TIMES BESTSELLER USA TODAY BESTSELLER Amazon, Apple, Facebook, and Google are the four most influential companies on the planet. Just about everyone thinks they know how they got there.......一起来看看 《The Four》 这本书的介绍吧!