form method

Output form(
  1. String f
)

Implementation

Output form(String f) {
  attr('form', StringAttribute(f));
  return this;
}