---
title: universalLinkURL
framework: classkit
role: symbol
role_heading: Instance Property
path: classkit/clscontext/universallinkurl
---

# universalLinkURL

A URL that leads to the content in your app associated with the current context.

## Declaration

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

## Mentioned in

Linking directly to assignments

## Discussion

Discussion Use this property if your app already supports universal links. Otherwise, consider supporting user activities instead. For more information, see in Linking directly to assignments.

## See Also

### Configuring deep links

- [Linking directly to assignments](classkit/linking-directly-to-assignments.md)
- [isClassKitDeepLink](foundation/nsuseractivity/isclasskitdeeplink.md)
- [contextIdentifierPath](foundation/nsuseractivity/contextidentifierpath.md)
