---
title: webView
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkframeinfo/webview
---

# webView

The web view that contains this frame and the containing webpage.

## Declaration

```swift
weak var webView: WKWebView? { get }
```

## See Also

### Inspecting frame information

- [isMainFrame](webkit/wkframeinfo/ismainframe.md)
- [request](webkit/wkframeinfo/request.md)
- [securityOrigin](webkit/wkframeinfo/securityorigin.md)
