href method

Base href(
  1. String h
)

Implementation

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