Click or drag to resize
HandlebarsDotNet.Mvc Namespace
This namespace contains an implementation for using Handlebars as a view engine in ASP.NET MVC (server-side).
Classes
  ClassDescription
Public classCompiledView
This class is used by HandlebarsView when rendering.
Public classDefaultPathsProvider
This class is used as default by HandlebarsViewEngine to get the folder paths to be used when looking for views and other resources.
Public classHandlebarsView
Represents the information that is needed to render a Handlebars view in ASP.NET MVC.
Public classHandlebarsViewEngine
An ASP.NET MVC ViewEngine that uses the Handlebars syntax for its view files.
Public classHelperException
Represents the exception that is thrown for a HandlebarsDotNet.Mvc helper.
Public classHelpers
This class contains several useful Handlebars helpers that can be registered in the configuration.
Public classNullLogger
A logger that does nothing. This is the default logger for HandlebarsViewEngine.
Interfaces
  InterfaceDescription
Public interfaceILogger
The interface used by HandlebarsViewEngine for logging purposes.
Public interfaceIPathsProvider
The interface used by HandlebarsViewEngine when getting the different paths.
Enumerations
  EnumerationDescription
Public enumerationCode exampleLoggerCategory
The different categories used for the logging component in HandlebarsViewEngine. These are the only ones (currently) used by it.
See Also