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
)
Public Shared Function ResolveUri (
uriref As Uri,
baseUri As Uri
) As Uri
Parameters
- uriref
- Type: SystemUri
Uri Reference to resolve. - baseUri
- Type: SystemUri
Base Uri to resolve against.
Return Value
Type:
UriResolved Uri as a String.
Exceptions Exception | Condition |
---|
UriFormatException | Uri Format Exception if one/both of the URIs is malformed. |
See Also