href property

String href

Gets or sets the baseline URL on which relative links are based.

MDN Reference

Implementation

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

Implementation

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