---
title: "load(_:)"
framework: webkit
role: symbol
role_heading: Instance Method
path: "webkit/webframe/load(_:)-6wkx6"
---

# load(_:)

Loads an archive into the web frame.

## Declaration

```swift
func load(_ archive: WebArchive!)
```

## Parameters

- `archive`: The archive to load.

## See Also

### Loading Content

- [load(_:)](webkit/webframe/load(_:)-47p2s.md)
- [reload()](webkit/webframe/reload().md)
- [reloadFromOrigin()](webkit/webframe/reloadfromorigin().md)
- [stopLoading()](webkit/webframe/stoploading().md)
- [loadAlternateHTMLString(_:baseURL:forUnreachableURL:)](webkit/webframe/loadalternatehtmlstring(_:baseurl:forunreachableurl:).md)
- [loadHTMLString(_:baseURL:)](webkit/webframe/loadhtmlstring(_:baseurl:).md)
- [load(_:mimeType:textEncodingName:baseURL:)](webkit/webframe/load(_:mimetype:textencodingname:baseurl:).md)
