href method

Area href(
  1. String h
)

Implementation

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