Skip to content

libcURL.URLParser.AppendArgument

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

libcURL.URLParser.AppendArgument

Method Signature

 Sub AppendArgument(Name As String, Value As String)

Parameters

Name Type Comment
Name String The name of the argument.
Value String The value of the argument.

Remarks

Appends an argument to the list of arguments

Clone this wiki locally