href method

Link href(
  1. String h
)

Implementation

Link href(String h) {
  attr('href', StringAttribute(h));
  return this;
}