action method

Form action(
  1. String a
)

Implementation

Form action(String a) {
  attr('action', StringAttribute(a));
  return this;
}