The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
FormPostHttpBody::ContentType Property
Gets a value that indicates the content type of the data being sent.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Implements
IHttpBody::ContentTypeIf there are any file upload parameters, the content type is multipart/form-data, 'multipart/form-data'. Otherwise, the content type is URL encoded, 'application/x-www-form-urlencoded'.
Show: