HttpBrowserCapabilitiesWrapper.SupportsRedirectWithCookie 属性

定义

获取一个值,该值指示浏览器是否支持重定向上的 Cookie。

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

属性值

true 如果浏览器在重定向时支持 Cookie,则为 ;否则,为 false. 默认值为 true

适用于