Dart SDK
dart:html
UrlUtils
class
UrlUtils
Properties
Methods
Properties
hash
host
hostname
href
origin
password
pathname
port
protocol
search
username
Methods
toString
(Not documented.)
Annotations
DocsEditable()
DomName('URLUtils')
Experimental()
Implemented by
AnchorElement
AreaElement
Url
Properties
String
hash
read / write
String
host
read / write
String
hostname
read / write
String
href
read / write
String
origin
read-only
String
password
read / write
String
pathname
read / write
String
port
read / write
String
protocol
read / write
String
search
read / write
String
username
read / write
Methods
toString
(
) →
String
Returns a string representation of this object.