C# Class DotLiquid.Variable

Holds variables. Variables are only loaded "just in time" and are not evaluated as part of the render stage {{ monkey }} {{ user.name }} Variables can be combined with filters: {{ user | link }}
Inheritance: IRenderable
Exibir arquivo Open project: NewSpring/Rock

Public Properties

Property Type Description
FilterParser string

Public Methods

Method Description
Render ( Context context, TextWriter result ) : void
Variable ( string markup ) : System.Collections

Method Details

Render() public method

public Render ( Context context, TextWriter result ) : void
context Context
result System.IO.TextWriter
return void

Variable() public method

public Variable ( string markup ) : System.Collections
markup string
return System.Collections

Property Details

FilterParser public_oe static_oe property

public static string FilterParser
return string