Senden Sie JSON, Multipart/Form-Data per https Post an URL (C#)
Posted: 20 May 2025, 15:07
Ich möchte JSON, Multipart-Data über https Post an WebService-URL in C#< /code>.
Wie sende ich es in C#?
Code: Select all
info = {
fullname:"Name sername",
code:"123465",
code2:"12346",
code3:"1234567"
}