C#C
C#3y ago
RockyDf01

❔ Get Array From Cookies using C#

Hi Everyone, So I got a problem with getting the Cart array from cookies, I use this code
Request.Cookies.TryGetValue($"Cart{user.Id}", out var cart);
to get the array out of cookie but it returns me this "[8" and what I got stored in the Cookies its
Cart1=[8,2002,6,4]
Was this page helpful?