FileElement ClassC# API
Represents an InputElement which is a file select control.
Inheritance Hierarchy

System Object
  Facilita.Web HtmlElement
    Facilita.Web InputElement
      Facilita.Web FileElement

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

public class FileElement : InputElement
Remarks

A file select control allows the user to select one or more files to upload.

e.g. <input name="uploadedfile" type="file" />

If files are added to a FileElement object, they will be uploaded when the containing Form is sent to the web server.

See Also