Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParsedQueryString

The IParsedQueryString interface contains information that allows matching query string parameters.

Hierarchy

Index

Properties

allowExtraQueryParams

allowExtraQueryParams: boolean

Flag indicating whether query string parameters not specified explicitly in the pattern will be allowed when parsing actual URLs.

caseSensitive

caseSensitive: boolean

Flag indicating whether the comparison of this part shold be case-sensitive or not.

location

location: ParsedLocation

Location of the part in the original pattern string containing the zero-based index where the part begins and its length.

parsedQSPs

parsedQSPs: object

Query string defines one segement per each parameter name.

Type declaration

tokenSting

tokenSting: string

Content of the token

urlPart

urlPart: EUrlPart

URL part this object represents.

Methods

getSegments

Generated using TypeDoc