C# Class Stubble.Core.Classes.Tokens.UnescapedValueToken

Represents a value token which is not escaped
Inheritance: InterpolationToken, IRenderableToken, INonSpace
Afficher le fichier Open project: StubbleOrg/Stubble

Méthodes publiques

Méthode Description
Render ( Writer writer, Context context, string>.IDictionary partials, string originalTemplate ) : string

Renders a tokens representation (or interpolated lambda result)

Method Details

Render() public méthode

Renders a tokens representation (or interpolated lambda result)
public Render ( Writer writer, Context context, string>.IDictionary partials, string originalTemplate ) : string
writer Writer The writer to write the token to
context Context The context to discover values from
partials string>.IDictionary The partial templates available to the token
originalTemplate string The original template
Résultat string