---
title: "reload(_:)"
framework: webkit
role: symbol
role_heading: Instance Method
path: "webkit/webview-swift.class/reload(_:)"
---

# reload(_:)

An action method that reloads the current page.

## Declaration

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

## Parameters

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

## See Also

### Related Documentation

- [resourceLoadDelegate](webkit/webview-swift.class/resourceloaddelegate.md)

### Loading Content

- [stopLoading(_:)](webkit/webview-swift.class/stoploading(_:).md)
- [takeStringURLFrom(_:)](webkit/webview-swift.class/takestringurlfrom(_:).md)
- [reloadFromOrigin(_:)](webkit/webview-swift.class/reloadfromorigin(_:).md)
- [estimatedProgress](webkit/webview-swift.class/estimatedprogress.md)
