---
title: SFSafariPageProperties
framework: safariservices
role: symbol
role_heading: Class
path: safariservices/sfsafaripageproperties
---

# SFSafariPageProperties

An object that captures information about a webpage.

## Declaration

```swift
class SFSafariPageProperties
```

## Mentioned in

Adjusting website access permissions

## Overview

Overview Use the properties object to retrieve page information, such as the current URL, page title, active status, and private browsing status.

## Topics

### Getting the Safari Page Properties

- [isActive](safariservices/sfsafaripageproperties/isactive.md)
- [title](safariservices/sfsafaripageproperties/title.md)
- [url](safariservices/sfsafaripageproperties/url.md)
- [usesPrivateBrowsing](safariservices/sfsafaripageproperties/usesprivatebrowsing.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Injected style sheets and scripts

- [Using injected style sheets and scripts](safariservices/using-injected-style-sheets-and-scripts.md)
- [Injecting a script into a webpage](safariservices/injecting-a-script-into-a-webpage.md)
- [Injecting CSS style sheets into a webpage](safariservices/injecting-css-style-sheets-into-a-webpage.md)
- [Passing messages between Safari app extensions and injected scripts](safariservices/passing-messages-between-safari-app-extensions-and-injected-scripts.md)
- [SFSafariExtensionHandler](safariservices/sfsafariextensionhandler.md)
- [SFSafariExtensionManager](safariservices/sfsafariextensionmanager.md)
- [SFSafariExtensionState](safariservices/sfsafariextensionstate.md)
- [SFSafariExtensionHandling](safariservices/sfsafariextensionhandling.md)
- [SFExtensionProfileKey](safariservices/sfextensionprofilekey.md)
