System::Xml::Resolvers::XmlPreloadedResolver::ResolveUri method

XmlPreloadedResolver::ResolveUri method

Resolves the absolute URI from the base and relative URIs.

SharedPtr<Uri> System::Xml::Resolvers::XmlPreloadedResolver::ResolveUri(SharedPtr<Uri> baseUri, String relativeUri) override
ParameterTypeDescription
baseUriSharedPtr<Uri>The base URI used to resolve the relative URI.
relativeUriStringThe URI to resolve. The URI can be absolute or relative. If absolute, this value effectively replaces the baseUri value. If relative, it combines with the baseUri to make an absolute URI.

ReturnValue

The Uri representing the absolute URI or nullptr if the relative URI cannot be resolved.

See Also