Aracılığıyla paylaş


WebTestResponse.ContentType Özellik

Yanıt gövdesi MIME türünü alır.

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

Sözdizimi

'Bildirim
Public Property ContentType As String
    Get
    Friend Set
public string ContentType { get; internal set; }
public:
property String^ ContentType {
    String^ get ();
    internal: void set (String^ value);
}
member ContentType : string with get, internal set
function get ContentType () : String
internal function set ContentType (value : String)

Özellik Değeri

Tür: System.String
MIME türü.

Özel Durumlar

Exception Koşul
ObjectDisposedException

Geçerli örneği atıldı.

Açıklamalar

ContentType Özelliği, döndürülen yanıt. Content-Type üstbilgisi değeri içerir

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestResponse Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı

Diğer Kaynaklar

HTTP