formEnctype property

String formEnctype

Used to override the encoding (formEnctype attribute) specified on the form element.

MDN Reference

Implementation

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

Implementation

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