How to find Reciprocal URL
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I am working on SEO based project. how can I find reciprocal url from my site. (searching my website name in reciprocal URL)
swguy23 wrote:
(searching my website name in reciprocal URL)
Use
HTTPWebRequest
class to send a request to reciprocal URL, get the Response and use Regular expressions to find a match.All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions