开发者

Is HttpCookie.Name the same as the string in Response.Cookies[string]?

Meaning I create a cookie with .Name开发者_如何学Go = "ChocolateChip" then later I would look for it by being like: Response.Cookies["ChocolateChip"]... ?


Yes, it's the same name. (I checked the source)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜