i have to extract useful information from web
i can i do using c#
example
title: abc
i have get only "abc"
i have to extract useful information from web
i can i do using c#
example
title: abc
i have get only "abc"
If you need to extract text from a website, you need to use an HTML parser such as the HTML Agility Pack.