InputElement.AddFile

InputElement.AddFile method

This method adds files to the Files collection which will be sent during the next web request.

public void AddFile(string uri)
ParameterTypeDescription
uriStringThe file path.

See Also