ResolveUri Method
Collapse the table of content
Expand the table of content

XmlResolver.ResolveUri Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

When overridden in a derived class, resolves the absolute URI from the base and relative URIs.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public virtual Uri ResolveUri(
	Uri baseUri,
	string relativeUri
)

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.

Return Value

Type: System.Uri
A Uri representing the absolute URI or null if the relative URI cannot be resolved.

ExceptionCondition
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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft