<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WKNavigation",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKNavigation"
  },
  "title" : "WKNavigation"
}
-->

# WKNavigation

An object that tracks the loading progress of a webpage.

```
@MainActor class WKNavigation
```

## Overview

A [`WKNavigation`](/documentation/WebKit/WKNavigation) object uniquely identifies a load request for a webpage. When you ask a web view to load content or navigate to a page, the web view returns a [`WKNavigation`](/documentation/WebKit/WKNavigation) object that identifies your request. As the load operation progresses, the web view reports progress of that operation to various methods of its navigation delegate, passing them the matching [`WKNavigation`](/documentation/WebKit/WKNavigation) object.

## Topics

### Getting the Content Mode

[`effectiveContentMode`](/documentation/WebKit/WKNavigation/effectiveContentMode)

The content mode WebKit uses to load the webpage.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)