|
|
Creates a link to an item if it exists, or just returns the text of the link if the item does not exist.
Syntax
| Smartsite SXML |
|
|---|---|
<se:link /> |
|
Parameters
| Name | Data Type | Properties | Description |
|---|---|---|---|
| Href | Locator | - | Sets the location of the link. |
| HtmlAttributes | Collection | - | Sets a collection of name-value pairs that will be used as attributes of the anchor tag. |
| Text | String |
Default
|
Sets the text of the link. |
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. |