C# (CSharp) Stubble.Core Namespace

Nested Namespaces

Stubble.Core.Benchmark
Stubble.Core.Classes
Stubble.Core.Helpers
Stubble.Core.Performance
Stubble.Core.Tests

Classes

Name Description
Context Represents the context for a template
Scanner Represents the Scanner which takes a template and split it using Regex into strings which can be parsed into Tokens
StaticStubbleRenderer Represents a Static wrapper for a standard StubbleRenderer instance
StubbleBuilder Represents the primary builder class for creating StubbleRenderer instances
StubbleRenderer Represents the core StubbleRenderer which renders Mustache templates
TypeHelper Helpers for changes relating to DotNet Core
Writer Represents the Writer for Tokens and a wrapper over the Parser