Compartir a través de


FileUploadParameter.ContentType (Propiedad)

Obtiene o establece el encabezado de tipo de contenido.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public Property ContentType As String
public string ContentType { get; set; }
public:
property String^ ContentType {
    String^ get ();
    void set (String^ value);
}
member ContentType : string with get, set
function get ContentType () : String
function set ContentType (value : String)

Valor de propiedad

Tipo: System.String
El encabezado de tipo de contenido.El valor predeterminado es "application/octet-stream".

Seguridad de .NET Framework

Vea también

Referencia

FileUploadParameter Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)