- Property Manager name: Content Type
- Criteria version: The
latest
rule format supports thecontentType
criteria v1.1. - Rule format status: Beta, possible breaking changes
- Access: Read-write
- Allowed in includes: Not available for
latest
rule format
Matches the HTTP response header's Content-Type
.
Option | Type | Description | Requires | |
---|---|---|---|---|
matchOperator | enum | Matches any | {"displayType":"enum","options":["IS_ONE_OF","IS_NOT_ONE_OF"],"tag":"select"} | |
IS_ONE_OF | Matches any | |||
IS_NOT_ONE_OF | Matches none of the specified | |||
values | string array |
| {"displayType":"string array","tag":"input","todo":true} | |
matchWildcard | boolean | Allows | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
matchCaseSensitive | boolean | Sets a case-sensitive match for all | {"displayType":"boolean","tag":"input","type":"checkbox"} |