method method

Form method(
  1. FormMethod m
)

Implementation

Form method(FormMethod m) {
  attr('method', StringAttribute(m.value));
  return this;
}