RenderableValue¶
Determines how a template value is rendered within an HTML context. The renderer passes the current HTML context and the raw string value; the implementation decides whether and how to escape.
Public Functions¶
render¶
Render the raw string value with the given HTML context.
Parameters¶
- context: HTMLContext
- raw: String val
Returns¶
- String val