Export Method (POSTParameter)
In This Topic
Exports the contents of a POST parameter to a file.
Syntax
'Declaration
Public Sub Export( _
ByVal As String _
)
public void Export(
string
)
Parameters
- fileName
- The file to which the contents of the POST parameter should be written.
Requirements
See Also