Condividi tramite


SessionOptions.CookieHttpOnly Proprietà

Definizione

Attenzione

This property is obsolete and will be removed in a future version. The recommended alternative is Cookie.HttpOnly.

Questa proprietà è obsoleta e verrà rimossa in una versione futura. L'alternativa consigliata è in Cookie.

Determina se il browser deve consentire l'accesso al cookie a JavaScript sul lato client. Il valore predefinito è true, ovvero il cookie verrà passato solo alle richieste HTTP e non sarà reso disponibile per lo script nella pagina.

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

Valore della proprietà

Attributi

Si applica a