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

属性值

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

适用于