Form IsMultipartForm Property C# API
Gets a value that indicates whether this is a multi-part form.

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

public bool IsMultipartForm { get; }

Field Value

true if the enctype for this Form is "multipart/form-data"; otherwise, false.
Remarks

This property is equivalent to EncType == "multipart/form-data";
See Also