formMethod property

String formMethod

Overrides the submit method attribute previously specified on a form element.

MDN Reference

Implementation

_i2.String get formMethod => _i4.getProperty(
      this,
      'formMethod',
    );
void formMethod=(String value)

Implementation

set formMethod(_i2.String value) {
  _i4.setProperty(
    this,
    'formMethod',
    value,
  );
}