UrlParameterValue interface

An interface representing an URL parameter value.

Properties

skipUrlEncoding

Whether to keep or skip URL encoding.

value

The URL value.

Property Details

skipUrlEncoding

Whether to keep or skip URL encoding.

skipUrlEncoding: boolean

Property Value

boolean

value

The URL value.

value: string

Property Value

string