C# (CSharp) Mustachio Namespace

Nested Namespaces

Mustachio.Tests

Сlasses

Name Description
ContextObject
ExtendedParseInformation Provided when parsing a template and getting information about the embedded variables.
IndexedParseException Indicates a parse error including line and character info.
InferredTemplateModel Records elements used in a model, and allowing a simple JSON model to be produced for testing.
ParseException
Parser The main entry point for this library. Use the static "Parse" methods to create template functions. Functions are safe for reuse, so you may parse and cache the resulting function.
ParsingOptions
TokenPair The token that has been lexed out of template content.
Tokenizer Reads in a mustache template and lexes it into tokens.
Tokenizer.CharacterLocation