href property

String href

Returns the hyperlink's URL.

Can be set, to change the URL.

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,
  );
}