NUnitAsp

HttpClient.FollowLink Method 

Retrieves a page from a web server. Different from GetPage in that it sets the current page as the referrer. You should use normally use GetPage.

public void FollowLink(
   string url
);

Parameters

url

See Also

HttpClient Class | NUnit.Extensions.Asp Namespace