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

# reload(_:)

Reloads the current webpage.

## Declaration

```swift
@IBAction func reload(_ sender: Any?)
```

## Parameters

- `sender`: The object that sent the message.

## Discussion

Discussion Make this method the action of any controls that trigger a reload of your web content. Connect your controls to this method programmatically or in Interface Builder.

## 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)
