href

A convenience property to set the href attribute of this anchor element. If preventDefault is enabled and the value begins with "/" (a relative URL) then this will override the default click behavior and set the WebBrowser.url to the appropriate value, avoiding a page refresh.

Note: This property may only be set, attempting to read this property will throw an error.

TODO: Should this be a KVar rather than a String?