共用方式為


WebTestResponse.IsHtml 屬性

取得值,這個值表示回應內容是否為 HTML 文件。

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

語法

'宣告
Public ReadOnly Property IsHtml As Boolean
public bool IsHtml { get; }
public:
property bool IsHtml {
    bool get ();
}
member IsHtml : bool with get
function get IsHtml () : boolean

屬性值

型別:System.Boolean
如果回應內容為 HTML 文件則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

WebTestResponse 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間