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

# URL.FormatStyle.Component.port

The URL format style port component.

## Declaration

```swift
case port
```

## 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.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)
- [URL.FormatStyle.Component.fragment](foundation/url/formatstyle/component/fragment.md)
