linkHref
The hyperlink's reference value.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[UxmlAttribute]public string linkHref { get; set; }
Remarks
Provide a value to create a Label element with a hyperlink rich text tag as its value if none exists. The value is used as the hyperlink reference value. If no is provided, this value is used as the hyperlink's text. This property does not return the hyperlink rich text tag.
HelpBox.linkText