Skip to content

JSON Encode Layout Renderer

Xharze edited this page Sep 29, 2012 · 1 revision

Escapes output of another layout using JSON rules.

Supported in .NET, Silverlight, Compact Framework and Mono.

##Configuration Syntax

${json-encode:jsonEncode=Boolean:inner=Layout}

or by using ambient property to modify output of other layout renderer:

${other:jsonEncode=Boolean}

##Parameters ###Transformation Options

  • jsonEncode - Indicates whether to apply JSON encoding. Boolean Default: True
  • inner - Wrapped layout. Layout

Clone this wiki locally