action property

String get action

Sets or retrieves the URL to which the form content is sent for processing.

MDN Reference

Implementation

_i2.String get action => _i4.getProperty(
      this,
      'action',
    );
set action (String value)

Implementation

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