Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65602bd

Browse files
BillWagnermairaw
andcommitted
use code fence instead of see link (dotnet#3627)
* use code fence instead of see link The cref just wasn't working. * use correct xref syntax * add nameWithType property * Update xml/System.Web/HttpCookie.xml Co-Authored-By: Maira Wenzel <[email protected]>
1 parent 2b083ad commit 65602bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xml/System.Web/HttpCookie.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,10 @@ The <xref:System.Web.HttpCookie.Path%2A> property extends the <xref:System.Web.H
411411
412412
The default value of this property was modifed by updates described in [KB article 4531182](https://support.microsoft.com/help/4531182/kb4531182) and [KB article 4524421](https://support.microsoft.com/help/4524421/kb4524421).
413413
414-
Without these updates, the default value is <see cref="F:System.Web.SameSiteMode.None" />, which does not emit the `SameSite` cookie header. This conforms to [https://tools.ietf.org/html/draft-west-first-party-cookies-07#section-4.1](https://tools.ietf.org/html/draft-west-first-party-cookies-07#section-4.1).
414+
Without these updates, the default value is <xref:System.Web.SameSiteMode.None?displayProperty=nameWithType>, which does not emit the `SameSite` cookie header. This conforms to [https://tools.ietf.org/html/draft-west-first-party-cookies-07#section-4.1](https://tools.ietf.org/html/draft-west-first-party-cookies-07#section-4.1).
415415
416416
After these updates have been applied, the default value is `(SameSiteMode)(-1)`, which corresponds to `Unspecified`. This preserves the earlier behavior. Setting `SameSiteMode.None` causes "SameSite=None" to be emitted. This new behavior conforms to [https://tools.ietf.org/html/draft-west-cookie-incrementalism-00](https://tools.ietf.org/html/draft-west-cookie-incrementalism-00).
417+
417418
]]></format>
418419
</remarks>
419420
</Docs>

0 commit comments

Comments
 (0)