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

Represents a Value Token which has been escaped
Inheritance: InterpolationToken, IRenderableToken, INonSpace
显示文件 Open project: StubbleOrg/Stubble

Public Methods

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

Renders a tokens representation (or interpolated lambda result) escaping the result

Method Details

Render() public method

Renders a tokens representation (or interpolated lambda result) escaping the 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
return string