Partilhar via


Propriedade StringHttpBody.ContentType

Obtém um valor que representa o tipo de conteúdo do corpo.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
O tipo de conteúdo do corpo.

Implementações

IHttpBody.ContentType

Segurança do .NET Framework

Consulte também

Referência

StringHttpBody Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting