SessionOptions.CookieHttpOnly 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.HttpOnly.
이 속성은 더 이상 사용되지 않으며 이후 버전에서 제거될 예정입니다. 권장되는 대안은 에 있습니다 Cookie.
브라우저가 클라이언트 쪽 JavaScript의 쿠키 액세스를 허용할지 결정합니다. 기본값은 true입니다. 즉, 쿠키는 HTTP 요청에만 전달되고 페이지의 스크립트에 사용할 수 없습니다.
public:
property bool CookieHttpOnly { bool get(); void set(bool value); };
public bool CookieHttpOnly { get; set; }
[System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.HttpOnly.")]
public bool CookieHttpOnly { get; set; }
member this.CookieHttpOnly : bool with get, set
[<System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.HttpOnly.")>]
member this.CookieHttpOnly : bool with get, set
Public Property CookieHttpOnly As Boolean
속성 값
- 특성