| InputElementAddFile Method |
This method adds files to the
Files collection which will be sent during the next web request.
Namespace: Aspose.Html.FormsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic void AddFile(
string uri
)
Public Sub AddFile (
uri As String
)
public:
void AddFile(
String^ uri
)
member AddFile :
uri : string -> unit
Parameters
- uri
- Type: SystemString
The file path.
See Also