IfModifiedSince and my Favorites
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I want to find the time when a given URI is last modified, I used HttpWebRequest.IfModifiedSince but the result return is the current dateTime. I want to compare the IfModifiedSince with the time last visit so that I would know whether the page has been changed since I last visit. And did anyone know how to export my favorites using coding?