pathname property

String pathname

Returns the hyperlink's URL's path.

Can be set, to change the URL's path.

MDN Reference

Implementation

_i2.String get pathname => _i4.getProperty(
      this,
      'pathname',
    );
void pathname=(String value)

Implementation

set pathname(_i2.String value) {
  _i4.setProperty(
    this,
    'pathname',
    value,
  );
}