---
title: url
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfactionurl/url
---

# url

Returns the URL associated with the URL action.

## Declaration

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

## Return Value

Return Value The URL associated with the action, or NULL if no URL is specified.

## See Also

### Related Documentation

- [PDFActionURL](pdfkit/pdfactionurl.md)
