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

# load(_:)

## Declaration

```swift
func load(_ request: URLRequest) -> WKNavigation?
```

## Parameters

- `request`: The request specifying the URL to which to navigate.

## Return Value

Return Value A new navigation for the given request.

## Discussion

Discussion Navigates to a requested URL.
