| HandlebarsDotNet.Mvc Namespace |
| Class | Description | |
|---|---|---|
| CompiledView |
This class is used by HandlebarsView when rendering.
| |
| DefaultPathsProvider |
This class is used as default by HandlebarsViewEngine to get the folder paths to be used when looking for views and other resources.
| |
| HandlebarsView |
Represents the information that is needed to render a Handlebars view in ASP.NET MVC.
| |
| HandlebarsViewEngine |
An ASP.NET MVC ViewEngine that uses the Handlebars syntax for its view files.
| |
| HelperException |
Represents the exception that is thrown for a HandlebarsDotNet.Mvc helper.
| |
| Helpers |
This class contains several useful Handlebars helpers that can be registered in the configuration.
| |
| NullLogger |
A logger that does nothing. This is the default logger for HandlebarsViewEngine.
|
| Interface | Description | |
|---|---|---|
| ILogger |
The interface used by HandlebarsViewEngine for logging purposes.
| |
| IPathsProvider |
The interface used by HandlebarsViewEngine when getting the different paths.
|
| Enumeration | Description | |
|---|---|---|
| LoggerCategory |
The different categories used for the logging component in HandlebarsViewEngine. These are the only ones (currently) used by it.
|