---
title: always
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/url/formatstyle/componentdisplayoption/always
---

# always

A display option that always displays the component.

## Declaration

```swift
static var always: URL.FormatStyle.ComponentDisplayOption { get }
```

## See Also

### Display options

- [never](foundation/url/formatstyle/componentdisplayoption/never.md)
- [omitIfHTTPFamily](foundation/url/formatstyle/componentdisplayoption/omitifhttpfamily.md)
- [displayWhen(_:matches:)](foundation/url/formatstyle/componentdisplayoption/displaywhen(_:matches:).md)
- [omitWhen(_:matches:)](foundation/url/formatstyle/componentdisplayoption/omitwhen(_:matches:).md)
- [URL.FormatStyle.Component](foundation/url/formatstyle/component.md)
