TTMSFNCCustomWEBControlLink Class
Describes a single HTML resource link (script, stylesheet, or link element) to be injected into a web control's page content.
API unit family: TMSFNCCustomWEBControl
Syntax
TTMSFNCCustomWEBControlLink = class
Properties
| Name | Description |
|---|---|
| Async | When True, a script element is rendered with the async attribute, loading it asynchronously. |
| CharSet | Character set encoding declared on the element, typically used for script elements. |
| Content | Inline content embedded directly in the element body, used when URL is empty. |
| Defer | When True, a script element is rendered with the defer attribute, delaying execution until page parsing is complete. |
| Kind | Specifies whether this link generates a <link>, <script>, or <style> element. |
| Rel | Relationship type for link elements, such as stylesheet. |
| URL | URL of the external resource referenced by this link element. |