![]() | Version 1.0 |
Version 1.0 is currently at the beta stage.
Note-worthy features:
Configurable folder paths for views, layouts and partials with sensible defaults.
Uses VirtualPathProvider meaning source files can come from the file system, database, embedded resources, etc.
Caching is used in order to not re-compile files. Cache dependencies are setup so changes to the source will trigger a re-compilation.
Model types sent to the view are flexible: anonymous objects, custom view model class, dictionary, ...
Helpers you add to the view engine do not interfere with the global Handlebars.Net in case you use it for other purposes, for example email generation.