AspNetCore.Docs icon indicating copy to clipboard operation
AspNetCore.Docs copied to clipboard

.NET 7: Add customizing the cookie consent value

Open Rick-Anderson opened this issue 1 year ago • 2 comments

Customize the cookie consent value

  • https://github.com/dotnet/aspnetcore/issues/40164
  • https://github.com/dotnet/aspnetcore/pull/40213

I'm not sure the best place to document this. Add links to where we document it to the following:

@Tratcher please suggest the primary doc to add this information.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Rick-Anderson avatar Jul 07 '22 01:07 Rick-Anderson

@daviddesmet can you suggest where this should be documented?

Rick-Anderson avatar Aug 03 '22 01:08 Rick-Anderson

@Rick-Anderson I think it should be in EU General Data Protection Regulation (GDPR) support in ASP.NET Core since is related to the cookie consent.

There's a usage example in the issue https://github.com/dotnet/aspnetcore/issues/40164 I created which can be used as part of the documentation. I actually took part of the code from the GDPR docs to showcase the API usage.

daviddesmet avatar Aug 03 '22 01:08 daviddesmet