Class HtmlInputFile
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlInputFile : HtmlInputControl
Constructors
HtmlInputFile()
Declaration
public HtmlInputFile()
HtmlInputFile(Element)
Properties
FilePath
Declaration
public string FilePath { get; set; }
Property Value
System.String
|
Methods
AssignElement(Element)
Upload(String, Int32)
Declaration
public void Upload(string filePath, int uploadTimeout)
Parameters
System.String
filePath
|
System.Int32
uploadTimeout
|