Interface HTMLHyperlinkElementUtils
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("HTMLHyperlinkElementUtils")]
public interface HTMLHyperlinkElementUtils
Properties
Hash
[Value("hash")]
string Hash { get; set; }
Property Value
- string
Host
[Value("host")]
string Host { get; set; }
Property Value
- string
Hostname
[Value("hostname")]
string Hostname { get; set; }
Property Value
- string
Href
[Value("href")]
string Href { get; set; }
Property Value
- string
Origin
[Value("origin")]
string Origin { get; }
Property Value
- string
Password
[Value("password")]
string Password { get; set; }
Property Value
- string
Pathname
[Value("pathname")]
string Pathname { get; set; }
Property Value
- string
Port
[Value("port")]
string Port { get; set; }
Property Value
- string
Protocol
[Value("protocol")]
string Protocol { get; set; }
Property Value
- string
Search
[Value("search")]
string Search { get; set; }
Property Value
- string
Username
[Value("username")]
string Username { get; set; }
Property Value
- string