formEnctype property - ButtonElement class - dart:html library (original) (raw)

description

String? getformEnctype

Implementation

String? get formEnctype native;

setformEnctype (String? value)

Implementation

set formEnctype(String? value) native;