---
title: WebNavigationType.reload
framework: webkit
role: symbol
role_heading: Case
path: webkit/webnavigationtype/reload
---

# WebNavigationType.reload

The user hit the reload button.

## Declaration

```swift
case reload
```

## See Also

### Constants

- [WebNavigationType.linkClicked](webkit/webnavigationtype/linkclicked.md)
- [WebNavigationType.formSubmitted](webkit/webnavigationtype/formsubmitted.md)
- [WebNavigationType.backForward](webkit/webnavigationtype/backforward.md)
- [WebNavigationType.formResubmitted](webkit/webnavigationtype/formresubmitted.md)
- [WebNavigationType.other](webkit/webnavigationtype/other.md)
