href property
String
get
href
The HTMLAreaElement.href
property is a
that returns a string containing the whole URL, and allows
the href to be updated.
Implementation
external String get href;
set
href
(String value)
Implementation
external set href(String value);