Click or drag to resize

JsonEncodeLayoutRendererWrapper Properties

The JsonEncodeLayoutRendererWrapper type exposes the following members.

Properties
  NameDescription
Public propertyEscapeForwardSlash
Should forward slashes be escaped? If true, / will be converted to \/
Public propertyEscapeUnicode
Gets or sets a value indicating whether to escape non-ascii characters
Public propertyInner
Gets or sets the wrapped layout. [DefaultParameter] so Inner: is not required if it's the first
(Inherited from WrapperLayoutRendererBase.)
Public propertyJsonEncode
Gets or sets whether output should be encoded with Json-string escaping.
Top
See Also