Fixed � in summary (#838)
This commit is contained in:
parent
bf0b0e283d
commit
dfd938e4f7
|
|
@ -37,7 +37,7 @@ namespace Microsoft.AspNetCore.Http
|
|||
public DateTimeOffset? Expires { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value that indicates whether to transmit the cookie using Secure Sockets Layer (SSL)<EFBFBD>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.
|
||||
/// </summary>
|
||||
/// <returns>true to transmit the cookie only over an SSL connection (HTTPS); otherwise, false.</returns>
|
||||
public bool Secure { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue