URIUtils.Resolve Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Resolve(URI, URI) |
Resolves a URI reference against a base URI. |
Resolve(URI, String) |
Resolves a URI reference against a base URI. |
Resolve(URI, URI)
Resolves a URI reference against a base URI.
[Android.Runtime.Register("resolve", "(Ljava/net/URI;Ljava/net/URI;)Ljava/net/URI;", "")]
public static Java.Net.URI? Resolve (Java.Net.URI? baseURI, Java.Net.URI? reference);
[<Android.Runtime.Register("resolve", "(Ljava/net/URI;Ljava/net/URI;)Ljava/net/URI;", "")>]
static member Resolve : Java.Net.URI * Java.Net.URI -> Java.Net.URI
Parameters
- baseURI
- URI
the base URI
- reference
- URI
the URI reference
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
Resolve(URI, String)
Resolves a URI reference against a base URI.
[Android.Runtime.Register("resolve", "(Ljava/net/URI;Ljava/lang/String;)Ljava/net/URI;", "")]
public static Java.Net.URI? Resolve (Java.Net.URI? baseURI, string? reference);
[<Android.Runtime.Register("resolve", "(Ljava/net/URI;Ljava/lang/String;)Ljava/net/URI;", "")>]
static member Resolve : Java.Net.URI * string -> Java.Net.URI
Parameters
- baseURI
- URI
the base URI
- reference
- String
the URI reference
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.