Fixed � in summary (#838)

This commit is contained in:
user1336 2017-05-16 21:42:12 +02:00 committed by Chris R
parent bf0b0e283d
commit dfd938e4f7
1 changed files with 1 additions and 1 deletions

View File

@ -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; }