Gets or sets the content type of the submitted form.

[VBScript]
Public Property Enctype As String
[JScript]
public function get Enctype() : String;
public function set Enctype(String);

Property Value

A string representing the content type of the submitted form.

See Also

HTMLFormElement Object | HTMLFormElement Members | DOM Namespace