CookieOptions.HttpOnly 속성

정의

클라이언트 쪽 스크립트에서 쿠키에 액세스할 수 없는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

클라이언트 쪽 스크립트에서 쿠키에 액세스할 수 없으면 true입니다. 그렇지 않으면 false입니다.

적용 대상