ResponseUri Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the URI of the Internet resource that actually responded to the request.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public Uri ResponseUri { get; }
Visual Basic
Public ReadOnly Property ResponseUri As Uri
	Get
Visual C++
public:
property Uri^ ResponseUri {
	Uri^ get ();
}

See Also