Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUrlPatternMatchResult

The IUrlPatternMatchResult interface represents the result of matching an actual URL against the URL pattern. The result contains values of named and indexed fields.

Hierarchy

  • IUrlPatternMatchResult

Index

Properties

Optional errors

errors: string[]

Error messages in case the match was not successful

Optional fields

fields: FieldBag

Field names and values

parsedURL

parsedURL: IParsedActualURL

Parsed actual URL

success

success: boolean

Flag indicating whether the match was successul

Generated using TypeDoc