- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
T_CodeJam_UriCode
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        2 revisions
      
    URI assertions class.
System.Object
  CodeJam.UriCode
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static class UriCodeVB
Public NotInheritable Class UriCodeF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type UriCode =  class endThe UriCode 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. | 
