Quantcast
Viewing all articles
Browse latest Browse all 9386

Anonymous Identification in asp.net core

Hi guys,

How can we enable anonymous identification in ASP.NET Core MVC ?

In the previous ASP.NET MVC, you can use:

<anonymousIdentification enabled="true" />


Request.AnonymousID

 


Viewing all articles
Browse latest Browse all 9386

Trending Articles