❔ Get Array From Cookies using C#
Hi Everyone, So I got a problem with getting the Cart array from cookies, I use this code to get the array out of cookie but it returns me this "[8" and what I got stored in the Cookies its
Request.Cookies.TryGetValue($"Cart{user.Id}", out var cart);Cart1=[8,2002,6,4]HttpClient suffers a similar issue, apparently/close foo=bar,baz=34323,token=b84tbysdf8tv3,theme=darkfoo=bar,baz=[234,543,676],theme=lightfoo = bar
baz = [234
543 =
676] =
theme = lightHttpClient