Fix CookieOptions.HttpOnly doc comment
This commit is contained in:
parent
e4afd782e8
commit
30a4b09d9f
|
|
@ -45,7 +45,7 @@ namespace Microsoft.AspNetCore.Http
|
|||
/// <summary>
|
||||
/// Gets or sets a value that indicates whether a cookie is accessible by client-side script.
|
||||
/// </summary>
|
||||
/// <returns>true if a cookie is accessible by client-side script; otherwise, false.</returns>
|
||||
/// <returns>true if a cookie must not be accessible by client-side script; otherwise, false.</returns>
|
||||
public bool HttpOnly { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue