---
title: userContentController
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webpage/configuration/usercontentcontroller
---

# userContentController

The object that coordinates interactions between your app’s native code and the webpage’s scripts and other content.

## Declaration

```swift
@MainActor var userContentController: WKUserContentController
```
