IHttpCookie.HttpOnly プロパティ

定義

Cookie の HttpOnly 属性を取得または設定します。 値が true の場合、JavaScript の Document.cookie API から Cookie にアクセスできなくなります。

public bool? HttpOnly { get; }
member this.HttpOnly : Nullable<bool>
Public ReadOnly Property HttpOnly As Nullable(Of Boolean)

プロパティ値

適用対象