HTMLHyperlinkElementUtils

Properties

Link copied to clipboard
open var hash: String

Returns the hyperlink's URL's fragment (includes leading "#" if non-empty).

Link copied to clipboard
open var host: String

Returns the hyperlink's URL's host and port (if different from the default port for the scheme).

Link copied to clipboard
open var hostname: String

Returns the hyperlink's URL's host.

Link copied to clipboard
open var href: String

Returns the hyperlink's URL.

Link copied to clipboard
open val origin: String

Returns the hyperlink's URL's origin.

Link copied to clipboard
open var password: String

Returns the hyperlink's URL's password.

Link copied to clipboard
open var pathname: String

Returns the hyperlink's URL's path.

Link copied to clipboard
open var port: String

Returns the hyperlink's URL's port.

Link copied to clipboard
open var protocol: String

Returns the hyperlink's URL's scheme.

Link copied to clipboard
open var search: String

Returns the hyperlink's URL's query (includes leading "?" if non-empty).

Link copied to clipboard
open var username: String

Returns the hyperlink's URL's username.