RockyDf01
RockyDf01
Explore posts from servers
CC#
Created by RockyDf01 on 1/20/2023 in #help
❔ Need someone who is an expert at rating resumes, would really appreciate it
9 replies
CC#
Created by RockyDf01 on 1/17/2023 in #help
❔ Got a weird error adding Cookie in C# asp.net Mvc
5 replies
CC#
Created by RockyDf01 on 1/12/2023 in #help
❔ 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);
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]
Cart1=[8,2002,6,4]
9 replies