CookieBuilder.HttpOnly 속성

정의

클라이언트 쪽 스크립트에서 쿠키에 액세스할 수 없는지 여부를 나타냅니다. 기본값은 false 이지만 특정 구성 요소는 다른 값을 사용할 수 있습니다.

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

속성 값

설명

에 설정할 값을 결정합니다 HttpOnly.

적용 대상