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