Show / Hide Table of Contents

Class URLParameters

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
URLParameters
Namespace: PlayUR
Assembly: PlayUR.dll
Syntax
public class URLParameters : MonoBehaviour

Properties

| Improve this Doc View Source

Hash

Declaration
public static string Hash { get; set; }
Property Value
Type Description
string
| Improve this Doc View Source

Host

Declaration
public static string Host { get; }
Property Value
Type Description
string
| Improve this Doc View Source

Hostname

Declaration
public static string Hostname { get; }
Property Value
Type Description
string
| Improve this Doc View Source

Href

Declaration
public static string Href { get; }
Property Value
Type Description
string
| Improve this Doc View Source

Origin

Declaration
public static string Origin { get; }
Property Value
Type Description
string
| Improve this Doc View Source

Pathname

Declaration
public static string Pathname { get; }
Property Value
Type Description
string
| Improve this Doc View Source

Port

Declaration
public static string Port { get; }
Property Value
Type Description
string
| Improve this Doc View Source

Protocol

Declaration
public static string Protocol { get; }
Property Value
Type Description
string
| Improve this Doc View Source

Search

Declaration
public static string Search { get; set; }
Property Value
Type Description
string

Methods

| Improve this Doc View Source

Awake()

Declaration
public void Awake()
| Improve this Doc View Source

GetHashParameters()

Declaration
public static Dictionary<string, string> GetHashParameters()
Returns
Type Description
Dictionary<string, string>
| Improve this Doc View Source

GetSearchParameters()

Declaration
public static Dictionary<string, string> GetSearchParameters()
Returns
Type Description
Dictionary<string, string>
| Improve this Doc View Source

location_hash()

Declaration
public static string location_hash()
Returns
Type Description
string
| Improve this Doc View Source

location_host()

Declaration
public static string location_host()
Returns
Type Description
string
| Improve this Doc View Source

location_hostname()

Declaration
public static string location_hostname()
Returns
Type Description
string
| Improve this Doc View Source

location_href()

Declaration
public static string location_href()
Returns
Type Description
string
| Improve this Doc View Source

location_origin()

Declaration
public static string location_origin()
Returns
Type Description
string
| Improve this Doc View Source

location_pathname()

Declaration
public static string location_pathname()
Returns
Type Description
string
| Improve this Doc View Source

location_port()

Declaration
public static string location_port()
Returns
Type Description
string
| Improve this Doc View Source

location_protocol()

Declaration
public static string location_protocol()
Returns
Type Description
string
| Improve this Doc View Source

location_search()

Declaration
public static string location_search()
Returns
Type Description
string
| Improve this Doc View Source

location_set_hash(string)

Declaration
public static void location_set_hash(string aHash)
Parameters
Type Name Description
string aHash
| Improve this Doc View Source

location_set_search(string)

Declaration
public static void location_set_search(string aSearch)
Parameters
Type Name Description
string aSearch
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX