---
title: URL.FormatStyle.Component.fragment
framework: foundation
role: symbol
role_heading: Case
path: foundation/url/formatstyle/component/fragment
---

# URL.FormatStyle.Component.fragment

The URL format style fragment component.

## Declaration

```swift
case fragment
```

## See Also

### URL format style components

- [URL.FormatStyle.Component.scheme](foundation/url/formatstyle/component/scheme.md)
- [URL.FormatStyle.Component.host](foundation/url/formatstyle/component/host.md)
- [URL.FormatStyle.Component.port](foundation/url/formatstyle/component/port.md)
- [URL.FormatStyle.Component.user](foundation/url/formatstyle/component/user.md)
- [URL.FormatStyle.Component.password](foundation/url/formatstyle/component/password.md)
- [URL.FormatStyle.Component.path](foundation/url/formatstyle/component/path.md)
- [URL.FormatStyle.Component.query](foundation/url/formatstyle/component/query.md)
