Click or drag to resize

ToolsResolveUri Method (Uri, Uri)

Generic Helper Function which Resolves Uri References against a Base Uri.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static Uri ResolveUri(
	Uri uriref,
	Uri baseUri
)

Parameters

uriref
Type: SystemUri
Uri Reference to resolve.
baseUri
Type: SystemUri
Base Uri to resolve against.

Return Value

Type: Uri
Resolved Uri as a String.
Exceptions
ExceptionCondition
UriFormatExceptionUri Format Exception if one/both of the URIs is malformed.
See Also