HttpBrowserCapabilitiesBase.SupportsRedirectWithCookie Property

Definition

When overridden in a derived class, gets a value that indicates whether the browser supports cookies on redirection.

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

Property Value

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

Exceptions

Applies to