-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_UriHelper
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Helper methods for Uri class.
System.Object
CodeJam.UriHelper
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class UriHelper
VB
<ExtensionAttribute>
Public NotInheritable Class UriHelper
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type UriHelper = class end
Name | Description | |
---|---|---|
Combine(String, String) | Combine two uris. | |
Combine(Uri, String) | Combine two uris. | |
Combine(Uri, Uri) | Combine two uris. |