HttpResponse.Cookies

HttpResponse.Cookiesで、レスポンスのクッキーを取得。

HttpResponse.Cookies プロパティ (System.Web) | Microsoft Docs

今回、認証いらないので、web.configをリネームで無効に
今回、認証いらないので、web.configをリネームで無効に

今回、認証いらないので、web.configをリネームで無効に。

取得したクッキーの型を見る。

HttpCookieCollectionだった
HttpCookieCollectionだった

HttpCookieCollectionだった。

Sample/aspnet/HttpResponse/Cookies/src/HttpResponse at master · bg1bgst333/Sample · GitHub