Page 1 of 1

Senden Sie JSON, Multipart/Form-Data per https Post an URL (C#)

Posted: 20 May 2025, 15:07
by Anonymous
Ich möchte JSON, Multipart-Data über https Post an WebService-URL in C#< /code>.

Code: Select all

info  = {
fullname:"Name sername",
code:"123465",
code2:"12346",
code3:"1234567"
}
Wie sende ich es in C#?