-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_UriHelper_Combine
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Combine two uris.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static Uri Combine(
string baseUri,
string relativeUri
)
VB
Public Shared Function Combine (
baseUri As String,
relativeUri As String
) As Uri
F#
static member Combine :
baseUri : string *
relativeUri : string -> Uri
- baseUri
- Type: System.String
Base uri - relativeUri
- Type: System.String
Relative uri
Type: Uri
Combined uri.