The region macro declares a scope for SXML execution and allows for external rendering in ASP.NET.
Syntax
Smartsite SXML | Copy Code |
---|---|
<se:region /> |
Parameters
Name | Data Type | Properties | Description |
---|---|---|---|
ExternalResultFormat | String | - | Sets the external result format. |
Inner | String |
RawData
|
Sets the inner Xml of the region module. |
RunMode | Enum | - |
Sets the moment at which the SXML code should be executed.
Enum values:
|
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.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. |