Skip to content

Xml Encode Layout Renderer

Xharze edited this page Sep 29, 2012 · 1 revision

Converts the result of another layout output to be XML-compliant.

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

##Configuration Syntax

${xml-encode:xmlEncode=Boolean:inner=Layout}

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

${other:xmlEncode=Boolean}

##Parameters ###Transformation Options

  • xmlEncode - Indicates whether to apply XML encoding. Boolean Default: True
  • inner - Wrapped layout. Layout
Clone this wiki locally