UrlResolverResolve Method (Url, String)
Resolves the absolute URI from the base and relative URIs.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public virtual Url Resolve(
	Url baseUri,
	string relativeUri
)

Parameters

baseUri
Type: Aspose.HtmlUrl
The base URI.
relativeUri
Type: SystemString
The relative URI.

Return Value

Type: Url
The absolute URI
See Also