Skip to content

T_CodeJam_DebugUriCode

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

DebugUriCode Class

URI assertions class.

Inheritance Hierarchy

System.Object
  CodeJam.DebugUriCode
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static class DebugUriCode

VB

Public NotInheritable Class DebugUriCode

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type DebugUriCode =  class end

The DebugUriCode type exposes the following members.

Methods

 

Name Description
Public methodStatic member IsWellFormedAbsoluteUri Asserts that specified URI is well-formed absolute URI.
Public methodStatic member IsWellFormedRelativeUri Asserts that specified URI is well-formed relative URI.
Public methodStatic member IsWellFormedUri Asserts that specified URI is well-formed absolute or relative URI.
  Back to Top

See Also

Reference

CodeJam Namespace

Clone this wiki locally