TransformOptions Enumeration
|
The list of transformation options when viewing a
Page.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax public enum TransformOptions
Public Enumeration TransformOptions
public enum class TransformOptions
Members
| Member name | Value | Description |
---|
| Default | 1 |
(Default option) Instructs to render final markup.
|
| ExpansionOnly | 4 |
Presents expanded XML of the Page content, without applying View/XSLT.
|
| Raw | 5 |
Presents the raw XML of the Page Content.
|
| JsonExpansion | 6 |
Presents the expanded page content as Json
|
See Also