Skip to content

Latest commit

 

History

History

form-url-encoded-content

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Using FormUrlEncodedContent to generate query string

This sample demonstrates the usage of System.Net.Http.FormUrlEncodedContent class, a container for name/value tuples encoded using application/x-www-form-urlencoded MIME type, to generate query string.

close