共用方式為


ExtractFormField.HtmlDecode 屬性

取得或設定值,指出是否應對所擷取的值進行 HTML 解碼,再將其放在 Web 效能測試內容中。

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

語法

'宣告
Public Property HtmlDecode As Boolean
    Get
    Set
public bool HtmlDecode { get; set; }
public:
property bool HtmlDecode {
    bool get ();
    void set (bool value);
}
member HtmlDecode : bool with get, set
function get HtmlDecode () : boolean
function set HtmlDecode (value : boolean)

屬性值

型別:System.Boolean
如果擷取的值在放置於 Web 效能測試內容中之前應該為已解碼的 HTML,則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

ExtractFormField 類別

Microsoft.VisualStudio.TestTools.WebTesting.Rules 命名空間