XmlResolver::ResolveUri Method (Uri^, String^)
.NET Framework (current version)
When overridden in a derived class, resolves the absolute URI from the base and relative URIs.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- baseUri
-
Type:
System::Uri^
The base URI used to resolve the relative URI.
- relativeUri
-
Type:
System::String^
The 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.
| Exception | Condition |
|---|---|
| ArgumentException | relativeUri is null. |
The absolute URI may be used as the base URI for any subsequent requests for entities that are relative to this URI.
See XmlUrlResolver::GetEntity for an example that uses this method.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: