The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ExtractRegularExpression::HtmlDecode Property
Gets or sets a value that indicates whether the extracted value should be HTML decoded before the value is placed in the Web performance test context.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: [DefaultValueAttribute(true)] property bool HtmlDecode { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if extracted value should be HTML decoded before the value is placed in the Web performance test context; otherwise false.
Show: