Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParsedUrlPart

The IParsedUrlPart is a base interface that contains information common to all parsed URL parts.

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.

tokenSting

tokenSting: string

Content of the token

urlPart

urlPart: EUrlPart

URL part this object represents.

Methods

getSegments

  • Returns array of segments in this part.

    Returns IParsedSegment[]

Generated using TypeDoc