Share via


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

屬性值

Boolean

如果瀏覽器在重新導向時支援 Cookie,則為 true;否則為 false。 預設為 true

適用於