Represents a rendering context by wrapping a view object and maintaining a reference to the parent context.
Initializes a new instance of the MustacheContenxt class.
MustacheContenxt
Returns the value of the given name in this context, traversing up the context hierarchy if the value is absent in this context's view.
The name to look up.
Creates a new context using the given view with this context as the parent.
The view to create the new context with.
Generated using TypeDoc
Represents a rendering context by wrapping a view object and maintaining a reference to the parent context.