IronWebScraper - The C# Web Scraping Library
ResponseToAbsoluteUrl Method (String) |
Makes a relative url strings absolute relative to this Response Document.
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)

public string ToAbsoluteUrl( string url )
Public Function ToAbsoluteUrl ( url As String ) As String
Parameters
- url
- Type: SystemString
Return Value
Type: String