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

# reloadFromOrigin(_:)

Action method that performs an end-to-end revalidation using cache-validating conditionals if possible.

## Declaration

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

## Parameters

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

## See Also

### Related Documentation

- [reloadFromOrigin()](webkit/webframe/reloadfromorigin().md)

### Loading Content

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