Condividi tramite


Proprietà StringHttpBody.ContentType

Ottiene un valore che rappresenta il tipo di contenuto del corpo.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public Property ContentType As String
public string ContentType { get; set; }
public:
virtual property String^ ContentType {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract ContentType : string with get, set 
override ContentType : string with get, set
final function get ContentType () : String 
final function set ContentType (value : String)

Valore proprietà

Tipo: String
Tipo di contenuto del corpo.

Implementa

IHttpBody.ContentType

Sicurezza di .NET Framework

Vedere anche

Riferimenti

StringHttpBody Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting