# linkHref

> The hyperlink's reference value.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
[UxmlAttribute]
public string linkHref { get; set; }
```

### Remarks

Provide a value to create a [Label](/engine/6000.7/script-reference/unityengine/uielements/label.md) element with a hyperlink rich text tag as its value if none exists. The value is used as the hyperlink reference value. If no `HelpBox.linkText` is provided, this value is used as the hyperlink's text. This property does not return the hyperlink rich text tag.
