We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0b0e2 commit dfd938eCopy full SHA for dfd938e
src/Microsoft.AspNetCore.Http.Features/CookieOptions.cs
@@ -37,7 +37,7 @@ public CookieOptions()
37
public DateTimeOffset? Expires { get; set; }
38
39
/// <summary>
40
- /// Gets or sets a value that indicates whether to transmit the cookie using Secure Sockets Layer (SSL)�that is, over HTTPS only.
+ /// Gets or sets a value that indicates whether to transmit the cookie using Secure Sockets Layer (SSL)--that is, over HTTPS only.
41
/// </summary>
42
/// <returns>true to transmit the cookie only over an SSL connection (HTTPS); otherwise, false.</returns>
43
public bool Secure { get; set; }
0 commit comments