How to Extract Meta tags of a Web site On a Button Click
Author: DevASP
Download Source Code : 329_extract_meta_tag_csharp1.zip
In this simple you learn to extract meta tags of a site without open that site and a site’s meta tags have information about that site. This is very easy in the Visual Studio.net.
To do this there are some simple steps. First create a web application then create some controls with these properties.
- After that all just write code on button clike event of Button1
- After that write this code on button click event of button2
This is the complete code for this purpose; a very simple and useful techinque.