-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_DebugUriCode
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
URI assertions class.
System.Object
CodeJam.DebugUriCode
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class DebugUriCode
VB
Public NotInheritable Class DebugUriCode
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DebugUriCode = class end
The DebugUriCode type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
IsWellFormedAbsoluteUri | Asserts that specified URI is well-formed absolute URI. |
![]() ![]() |
IsWellFormedRelativeUri | Asserts that specified URI is well-formed relative URI. |
![]() ![]() |
IsWellFormedUri | Asserts that specified URI is well-formed absolute or relative URI. |