---
title: displayURL
framework: tvservices
role: symbol
role_heading: Instance Property
path: tvservices/tvcontentitem/displayurl
---

# displayURL

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

## Declaration

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

## Discussion

Discussion When the user selects the item, your application is launched if it wasn’t already running and then your 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.

## See Also

### Inspecting the Application Launch Properties

- [playURL](tvservices/tvcontentitem/playurl.md)
