Dart API Reference
dart:html
Location
Location
class
Annotations
DocsEditable()
DomName('Location')
Implements
LocationBase
Instance Properties
ancestorOrigins
List
<
String
>
read-only
hash
String
read / write
host
String
read / write
hostname
String
read / write
href
String
read / write
origin
String
read-only
pathname
String
read / write
port
String
read / write
protocol
String
read / write
search
String
read / write
href
String
Inherited
write-only
Instance Methods
assign
(
[
String
url
]) →
void
reload
(
) →
void
replace
(
String
url
) →
void
toString
(
) →
String
Returns a string representation of this object.