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

Instance members

Instance member Description

this.IsHash

Full Usage: this.IsHash

Returns: bool
Returns: bool

this.IsQuery

Full Usage: this.IsQuery

Returns: bool
Returns: bool

this.IsSegment

Full Usage: this.IsSegment

Returns: bool
Returns: bool

Type something to start searching.