文件名称:HandlebarsHelper:一些用于服务器端把手编译的 C# 助手(以 Ember 为中心)
文件大小:8.35MB
文件格式:ZIP
更新时间:2024-07-15 07:25:28
JavaScript
车把助手 HandlebarsHelper 最终将帮助您将把手文件注入到您的 ASP.Net 应用程序中。 安装 使用 Nuget 进行安装,可以在包管理器 UI 中搜索HandlebarsHelper ,也可以从控制台Install-Package HandlebarsHelper 。 快速入门指南 最常见的用例是你想要捆绑预编译/缩小的 EmberJS Handlebar 模板。 在 BundleConfig 中 有关捆绑的详细信息,请访问 public class BundleConfig { public static void RegisterBundles ( BundleCollection bundles ) { // other bundles // ~/bundles/templates is the bundle name //