Response.ToAbsoluteUrl Method (String)

IronWebScraper

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)
Syntax
public string ToAbsoluteUrl(
	string url
)
Public Function ToAbsoluteUrl ( 
	url As String
) As String

Parameters

url
Type: SystemString

Return Value

Type: String
See Also