Freigeben über


FileUploadParameter.ContentType-Eigenschaft

Ruft den Inhaltstypheader ab oder legt ihn fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.String
Der Inhaltstypheader.Der Standardwert ist "application/octet-stream".

.NET Framework-Sicherheit

Siehe auch

Referenz

FileUploadParameter Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace