# linkText

> The hyperlink's text value.

## Definition

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

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

### Remarks

Provide a value to create a [Label](/engine/6000.7/script-reference/unityengine/uielements/label.md) if none exists. This property represents the readable string of the hyperlink. If a `HelpBox.linkHref` is provided, it renders as a hyperlink using rich text tags; otherwise, it displays as plain text. This property does not return the hyperlink rich text tag.
