是否可以向 .net mvc 项目中的视图添加字符串模板?
我有一个新手问题,如何将字符串模板添加到 .net mvc 项目中的视图文件夹中?
我添加了对 StringTemplate.dll
和 antlr.runtime.dll?
的引用,但似乎还不够。
即当我右键单击视图并选择 Add >>> 时新项目
我在我得到的列表中找不到扩展名为 .st 的文件... 我怎样才能做到这一点?
提前一百万致谢
I have a newbie question,, how do i add a string template to the views folder in a .net mvc project?
I have added a reference to StringTemplate.dll
and antlr.runtime.dll?
but seems that is not enough.
i.e. when i right-click on views and choose Add >> New Item
i can't find a file with .st extension in the list that i get...
how do i achieve that?
Thanks a million in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,选择“添加>>”新项目然后在名称字段中写入 filename.st ,我还没有找到另一种方法来做到这一点,但如果有一个 stringtemplate 文档类型那就太好了。
Yes it is, by choosing Add >> New Item then writing filename.st in the Name field, i haven't found another way to do that yet, but it would be great to have a stringtemplate document type.