共用方式為


StringHttpBody.ContentType 屬性

取得表示內容之內容類型的值。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
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)

屬性值

型別:System.String
內容的 Content-Type。

實作

IHttpBody.ContentType

.NET Framework 安全性

請參閱

參考

StringHttpBody 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間