HttpBrowserCapabilitiesWrapper.SupportsRedirectWithCookie Property

Definition

Gets a value that indicates whether the browser supports cookies on redirection.

public:
 virtual property bool SupportsRedirectWithCookie { bool get(); };
public override bool SupportsRedirectWithCookie { get; }
member this.SupportsRedirectWithCookie : bool
Public Overrides ReadOnly Property SupportsRedirectWithCookie As Boolean

Property Value

true if the browser supports cookies on redirection; otherwise, false. The default is true.

Applies to