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.
WebTestRequest::EncodeRedirectedUrl Property
Gets or sets a Boolean value that indicates whether to encode query string parameters on a redirected URL.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: [DefaultValueAttribute(true)] property bool EncodeRedirectedUrl { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if encoding is required; otherwise, false. Default value is set to true.
Show: