Header menu logo Navs

UrlComponent Type

A URL component can be a segment, a query or a hash Segments are what is commonly known as the "path" of the URL Query is the part of the URL that comes after the "?" and is usually in the form of "key=value", although it can also be in the form of "key" Hash is the part of the URL that comes after the "#"

Union cases

Union case Description

Hash hash

Full Usage: Hash hash

Parameters:
    hash : string

hash : string

Query query

Full Usage: Query query

Parameters:
query : Dictionary<string, QueryValue>

Segment segment

Full Usage: Segment segment

Parameters:
    segment : string

segment : string

Type something to start searching.