Outputs encoded SXML Source.
When recurse is set to false, the input data is shown. Otherwise, the result is encoded.
When recurse is set to false, the input data is shown. Otherwise, the result is encoded.
Syntax
Smartsite SXML | Copy Code |
---|---|
<se:viewsource> </se:viewsource> |
Parameters
Name | Data Type | Properties | Description |
---|---|---|---|
Encode | String | - | Sets the encode viper used to encode the contents of this macro. |
InputData | String | - | Sets the input buffer. |
Recurse | Boolean | - | Sets the recursion mode of a module. |
Xml | String |
RawData
IsRequired |
Sets the XML. |
Shared Parameters
Local Viper Methods
Viper | Extension | Description |
---|---|---|
This.ClearForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |
|
This.Data | Gets the data from the viewsource macro. | |
This.GetForcedResult | Gets the forced result of the macro, set by overriding the normal rendering using SetForcedResult(). | |
This.RenderTime | ✓ | Returns the render time of the macro in milliseconds. |
This.SetForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |