href property - HtmlHyperlinkElementUtils class - dart:html library (original) (raw)

description

String? gethref

Implementation

String? get href native;

sethref (String? value)

Implementation

set href(String? value) native;