is it possible to add a string template to views in a .net mvc project?

Posted by Lina on Stack Overflow See other posts from Stack Overflow or by Lina
Published on 2010-05-12T11:20:45Z Indexed on 2010/05/12 12:14 UTC
Read the original article Hit count: 185

Filed under:
|
|
|

Hi, 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

© Stack Overflow or respective owner

Related posts about stringtemplate

Related posts about .NET