Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParsedMultiSegmentUrlPart

The IParsedMultiSegmentUrlPart interface contains information that is common for URL parts that can define multiple segments: hostname and path.

Hierarchy

Index

Properties

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.

segments

segments: IParsedSegment[]

URL part this object represents.

tokenSting

tokenSting: string

Content of the token

urlPart

urlPart: EUrlPart

URL part this object represents.

Methods

getSegments

Generated using TypeDoc