---
title: excludeFragment
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/neurlfiltermanager/parsingconfiguration/excludefragment
---

# excludeFragment

A Boolean value that indicates whether parsing should exclude the URL fragment.

## Declaration

```swift
var excludeFragment: Bool
```

## See Also

### Working with configuration options

- [excludeScheme](networkextension/neurlfiltermanager/parsingconfiguration/excludescheme.md)
- [domain](networkextension/neurlfiltermanager/parsingconfiguration/domain.md)
- [NEURLFilterManager.ParsingConfiguration.DomainOptions](networkextension/neurlfiltermanager/parsingconfiguration/domainoptions.md)
- [path](networkextension/neurlfiltermanager/parsingconfiguration/path.md)
- [NEURLFilterManager.ParsingConfiguration.PathOptions](networkextension/neurlfiltermanager/parsingconfiguration/pathoptions.md)
- [query](networkextension/neurlfiltermanager/parsingconfiguration/query.md)
- [NEURLFilterManager.ParsingConfiguration.QueryOptions](networkextension/neurlfiltermanager/parsingconfiguration/queryoptions.md)
- [excludeIntermediates](networkextension/neurlfiltermanager/parsingconfiguration/excludeintermediates.md)
- [caseSensitive](networkextension/neurlfiltermanager/parsingconfiguration/casesensitive.md)
