User-540818677 posted
When I follow the documents and add the code in the Startup.cs.It would not display the privacy alert.I
but in my case (asp.net core mvc 3.1) the privacy alert showed.
.How did you display the privacy alert because it could only display if canTrack is true.
by following the documentation on this link @
https://docs.microsoft.com/en-us/aspnet/core/security/gdpr?view=aspnetcore-3.1
I right-click the project and choose properties then find the Debug panel to unchecked the enable ssl. Build the project then it could display the privacy alert:
in my case i do not have to do this..
so returning back to my original question, how i can track if the user accepted the privacy alert?