Freigeben über


FormPostHttpBody.ContentType-Eigenschaft

Ruft einen Wert ab, der den Inhaltstyp der gesendeten Daten angibt.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property ContentType As String
public string ContentType { get; }
public:
virtual property String^ ContentType {
    String^ get () sealed;
}
abstract ContentType : string with get
override ContentType : string with get
final function get ContentType () : String

Eigenschaftswert

Typ: System.String
Ein Wert, der den Inhaltstyp darstellt.

Implementiert

IHttpBody.ContentType

Hinweise

Wenn Dateiuploadparameter vorhanden sind, ist der Inhaltstyp 'multipart/form-data' (mehrteilig/Formulardaten).Andernfalls ist der Inhaltstyp URL-codiert, 'application/x-www-form-urlencoded'.

.NET Framework-Sicherheit

Siehe auch

Referenz

FormPostHttpBody Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace