<!--
{
  "availability" : [
    "tvOS: 9.0.0 - 13.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "TVServices",
  "identifier" : "/documentation/TVServices/TVContentItem/displayURL",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "TV Services"
    ],
    "preciseIdentifier" : "c:objc(cs)TVContentItem(py)displayURL"
  },
  "title" : "displayURL"
}
-->

# displayURL

A URL that causes the app which created this content item to display a description screen for the item.

```
var displayURL: URL? { get set }
```

## Discussion

When the user selects the item, your application is launched if it wasn’t already running and then your <doc://com.apple.documentation/documentation/UIKit/UIApplication> delegate is called. If at all possible, your application should immediately display the description of the item without any prompting for other information or displaying any other UI.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)