Table of Contents

Class Location

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.SystemEnvironmentWindowLocation
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents a window location on the front end platform.

public class Location
Inheritance
Location
Inherited Members

Properties

Hash

Gets the current location hash.

public string Hash { get; }

Property Value

string

Host

Gets the current location host.

public string Host { get; }

Property Value

string

Hostname

Gets the current location hostname.

public string Hostname { get; }

Property Value

string

Href

Gets the current location href.

public string Href { get; }

Property Value

string

Origin

Gets the current location origin.

public string Origin { get; }

Property Value

string

Pathname

Gets the current location pathname.

public string Pathname { get; }

Property Value

string

Port

Gets the current location port.

public string Port { get; }

Property Value

string

Protocol

Gets the current location protocol.

public string Protocol { get; }

Property Value

string

Gets the current location search.

public string Search { get; }

Property Value

string