Proprietà IHttpBody.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
ReadOnly Property ContentType As String
string ContentType { get; }
property String^ ContentType {
String^ get ();
}
abstract ContentType : string with get
function get ContentType () : String
Valore proprietà
Tipo: String
Tipo di contenuto del corpo.
Note
È possibile ottenere il tipo di contenuto verificando il tipo di parametro FormPostParameter.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.