共用方式為


SetCookieHeaderValue.HttpOnly 屬性

定義

取得或設定 Cookie 屬性的值 HttpOnly

HttpOnly 會指示使用者代理程式在透過「非 HTTP」API 提供 Cookie 的存取權時省略 Cookie (,例如將 Cookie 公開給腳本的網頁瀏覽器 API) 。

public:
 property bool HttpOnly { bool get(); void set(bool value); };
public bool HttpOnly { get; set; }
member this.HttpOnly : bool with get, set
Public Property HttpOnly As Boolean

屬性值

備註

請參閱 https://tools.ietf.org/html/rfc6265#section-4.1.2.6

適用於