This topic has not yet been rated - Rate this topic

IHttpBody.ContentType Property

Gets a value that represents the content-type of the body.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
string ContentType { get; }

Property Value

Type: System.String
The body content-type.

Content-type can be obtained by checking the type of FormPostParameter.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.