Forgotten summary tag
This commit is contained in:
parent
219ef7450b
commit
4f3d984f87
|
|
@ -38,6 +38,7 @@ namespace Microsoft.AspNetCore.Builder
|
|||
|
||||
/// <summary>
|
||||
/// Determines if the cookie should only be transmitted on HTTPS requests.
|
||||
/// </summary>
|
||||
public CookieSecurePolicy CookieSecure { get; set; } = CookieSecurePolicy.None;
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue