Aracılığıyla paylaş


IHttpBody.ContentType Özellik

Gövde içerik türünü gösteren bir değeri alır.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
ReadOnly Property ContentType As String
string ContentType { get; }
property String^ ContentType {
    String^ get ();
}
abstract ContentType : string with get
function get ContentType () : String

Özellik Değeri

Tür: String
İçerik türü gövdesi.

Notlar

Content-type türünü denetleyerek elde edilen FormPostParameter.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IHttpBody Arabirim

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı