Class URLPatternInit
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class URLPatternInit
- Inheritance
-
URLPatternInit
- Inherited Members
-
Constructors
URLPatternInit()
Fields
BaseURL
[Value("baseURL")]
public string BaseURL
Field Value
- string
Hash
[Value("hash")]
public string Hash
Field Value
- string
Hostname
[Value("hostname")]
public string Hostname
Field Value
- string
Password
[Value("password")]
public string Password
Field Value
- string
Pathname
[Value("pathname")]
public string Pathname
Field Value
- string
Port
[Value("port")]
public string Port
Field Value
- string
Protocol
[Value("protocol")]
public string Protocol
Field Value
- string
Search
[Value("search")]
public string Search
Field Value
- string
Username
[Value("username")]
public string Username
Field Value
- string