---
title: "load(_:)"
framework: webkit
role: symbol
role_heading: Instance Method
path: "webkit/wkwebview/load(_:)-4xx8m"
---

# load(_:)

## Declaration

```swift
func load(_ url: URL) -> WKNavigation?
```

## Parameters

- `url`: The URL to which to navigate.

## Return Value

Return Value A new navigation for the given request.

## Discussion

Discussion Navigates to a requested URL.
