Partager via


IHttpBody.ContentType, propriété

Obtient une valeur qui représente le type de contenu du corps.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
ReadOnly Property ContentType As String
    Get
string ContentType { get; }
property String^ ContentType {
    String^ get ();
}
abstract ContentType : string
function get ContentType () : String

Valeur de propriété

Type : System.String
Type de contenu du corps.

Notes

Le type de contenu peut être obtenu en vérifiant le type de FormPostParameter.

Sécurité .NET Framework

Voir aussi

Référence

IHttpBody Interface

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms