Compartilhar via


Propriedade WebTestResponse.ContentType

Obtém o tipo MIME do corpo da resposta.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
Um tipo MIME.

Exceções

Exceção Condição
ObjectDisposedException

A instância atual foi descartada.

Comentários

O ContentType propriedade contém o valor do cabeçalho Content-Type retornado com a resposta.

Segurança do .NET Framework

Consulte também

Referência

WebTestResponse Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting

Outros recursos

HTTP