---
title: reload()
framework: webkit
role: symbol
role_heading: Instance Method
path: webkit/wkwebview/reload()
---

# reload()

Reloads the current webpage.

## Declaration

```swift
func reload() -> WKNavigation?
```

## Return Value

Return Value A new navigation object to represent the reload operation.

## See Also

### Managing the loading process

- [reload(_:)](webkit/wkwebview/reload(_:).md)
- [reloadFromOrigin()](webkit/wkwebview/reloadfromorigin().md)
- [reloadFromOrigin(_:)](webkit/wkwebview/reloadfromorigin(_:).md)
- [stopLoading()](webkit/wkwebview/stoploading().md)
- [stopLoading(_:)](webkit/wkwebview/stoploading(_:).md)
