ResolveUri

ExternalResourceResolver.ResolveUri method

Resolves the absolute URI from the base and relative URIs.

public virtual string ResolveUri(string baseUri, string relativeUri)
ParameterTypeDescription
baseUriStringBase URI of linking objects
relativeUriStringRelative URI to the linked object.

Return Value

Absolute URI or null if the relative URI cannot be resolved.

See Also