ASP.NET的MVC视图框架 SharpTiles

openkk 12年前
     <p>SharpTiles 是一个 ASP.NET 的MVC视图引擎,语法与 JSTL 的类似,SharpTiles 为你提供一个快速、轻量级和可测试的创建网页视图的解决方案。</p>    <p>示例代码:</p>    <pre class="brush:html; toolbar: true; auto-links: false;"><c:if test="${not fn:empty(Page.Tiles)}">   <p class="note">     <fmt:message key="page.tilesSupport"/>   </p> </c:if></pre>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1322968067812" target="_blank">http://www.open-open.com/lib/view/home/1322968067812</a></p>    <p></p>