---
title: frameName
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webresource/framename
---

# frameName

The name of the frame. If the receiver does not represent the contents of an entire HTML frame, this is nil.

## Declaration

```swift
var frameName: String! { get }
```

## See Also

### Getting attributes

- [data](webkit/webresource/data.md)
- [url](webkit/webresource/url.md)
- [mimeType](webkit/webresource/mimetype.md)
- [textEncodingName](webkit/webresource/textencodingname.md)
