Tagged Questions
2
votes
1answer
239 views
Can NHaml be used as a general purpose template engine? (outside of MVC)
I've seen a lot of people that like using the NHaml View Engine in ASP.NET MVC, but I'm wondering if NHaml can be used as a general purpose templating engine in .NET ? I'd like to use NHaml from a ...
0
votes
2answers
262 views
Will .net MVC3 bring easier integration for alternative view engines?
As you might know .MVC3 brings an alternative view engine named Razor.
As I understand in order to make this possible MS has put more effort in making integration of alternative view engines easier.
...
0
votes
1answer
24 views
add output of %link directive to variable?
In my master a partial _styles is loaded.
In this _styles there is a ^var styles = ""
Now in all my views or partials I can say var styles = styles+"another style"
Normally a style is defined as
...
0
votes
2answers
168 views
NHaml configuration problem: Model is not found
I'm having a little problem with my NHaml config:
<configSections>
<section name="nhaml" type="NHaml.Configuration.NHamlConfigurationSection, NHaml"/>
</configSections>
...