formAction property

String formAction

Overrides the action attribute (where the data on a form is sent) on the parent form element.

MDN Reference

Implementation

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

Implementation

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