c# - How to read local cookies -
I have an ASP.NET web application that stores an HTTP cookie when a certain action is taken (e.g. Had clicked a link for it) Now, I am creating a standalone C # app for which to view and identify the cookies folder, when the cookie entry is created through my web application and the content of the cookie can be read.
Can someone guide me on how to do this or show the sample code in C #?
I can not help thinking that there is a wrong way to do this ... and this protection Is WebBrowser
and to use an object (you prepare) so you can talk with Javascript from the C # app?
Comments
Post a Comment