Method ResolveUri
- Namespace
- SharpVectors.Xml
- Assembly
- SharpVectors.Core.dll
ResolveUri(Uri, string)
Resolves the absolute URI from the base and relative URIs.
public override Uri ResolveUri(Uri baseUri, string relativeUri)
Parameters
baseUri
UriThe base URI used to resolve the relative URI.
relativeUri
stringThe URI to resolve. The URI can be absolute or relative. If absolute, this value effectively replaces the
baseUri
value. If relative, it combines with thebaseUri
to make an absolute URI.
Returns
Exceptions
- ArgumentNullException
baseUri
is null orrelativeUri
is null