Table of Contents

Enum "Uri Query Duplicate Behaviour"

ID 3062
Namespace: System.Utilities

Specifies the behaviour when adding a new query parameter or flag to a URI.

Properties

Name Value
Extensible False

Values

Name Description
Skip

Skips adding the value if the same flag or parameter already exists.

"Overwrite All Matching"

Keeps the new value (overwrites all existing matching flags or parameters).

"Keep All"

Keeps both the existing values and the new value.

"Throw Error"

Throws an error if the flag or parameter already exists.

See also