Class URLParameters
Inheritance
Object
Component
Behaviour
MonoBehaviour
URLParameters
Assembly: PlayUR.dll
Syntax
public class URLParameters : MonoBehaviour
Properties
|
Improve this Doc
View Source
Hash
Declaration
public static string Hash { get; set; }
Property Value
|
Improve this Doc
View Source
Host
Declaration
public static string Host { get; }
Property Value
|
Improve this Doc
View Source
Hostname
Declaration
public static string Hostname { get; }
Property Value
|
Improve this Doc
View Source
Href
Declaration
public static string Href { get; }
Property Value
|
Improve this Doc
View Source
Origin
Declaration
public static string Origin { get; }
Property Value
|
Improve this Doc
View Source
Pathname
Declaration
public static string Pathname { get; }
Property Value
|
Improve this Doc
View Source
Port
Declaration
public static string Port { get; }
Property Value
|
Improve this Doc
View Source
Protocol
Declaration
public static string Protocol { get; }
Property Value
|
Improve this Doc
View Source
Search
Declaration
public static string Search { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Awake()
Declaration
|
Improve this Doc
View Source
GetHashParameters()
Declaration
public static Dictionary<string, string> GetHashParameters()
Returns
|
Improve this Doc
View Source
GetSearchParameters()
Declaration
public static Dictionary<string, string> GetSearchParameters()
Returns
|
Improve this Doc
View Source
location_hash()
Declaration
public static string location_hash()
Returns
|
Improve this Doc
View Source
location_host()
Declaration
public static string location_host()
Returns
|
Improve this Doc
View Source
location_hostname()
Declaration
public static string location_hostname()
Returns
|
Improve this Doc
View Source
location_href()
Declaration
public static string location_href()
Returns
|
Improve this Doc
View Source
location_origin()
Declaration
public static string location_origin()
Returns
|
Improve this Doc
View Source
location_pathname()
Declaration
public static string location_pathname()
Returns
|
Improve this Doc
View Source
location_port()
Declaration
public static string location_port()
Returns
|
Improve this Doc
View Source
location_protocol()
Declaration
public static string location_protocol()
Returns
|
Improve this Doc
View Source
location_search()
Declaration
public static string location_search()
Returns
|
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 |
|