I am developing a bibliography application using c# windows forms. I have a panel for web-page source details and a button near the url so that when the user press this button, I can retrieve information like the ‘Year Modified’, the ‘author’ of the page etc.. Is there a way to do this?
Thanks
You could retrieve the webpage content like
Later on you can then find out the required info.