Form EncType Property C# API
Gets or sets the encoding type for this Form, e.g. "application/x-www-form-urlencoded", "multipart/form-data".

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public string EncType { get; set; }

Field Value

The encoding type for this Form.
Remarks

This property is equivalent to calling GetAttribute("enctype");.
See Also