C# Class Spark.Engine.Core.UriHelper

Afficher le fichier Open project: raysearchlabs/spark

Méthodes publiques

Méthode Description
Bugfixed_IsBaseOf ( this _base, Uri uri ) : bool

Bugfixed_IsBaseOf is a fix for Uri.IsBaseOf which has a bug

CreateCID ( ) : string
CreateUrn ( ) : Uri
CreateUuid ( ) : Uri
HasFragment ( this uri ) : bool
HistoryKeyFor ( this generator, Uri key ) : Uri
IsHttpScheme ( Uri uri ) : bool
IsTemporaryUri ( string uri ) : bool
IsTemporaryUri ( this uri ) : bool

Method Details

Bugfixed_IsBaseOf() public static méthode

Bugfixed_IsBaseOf is a fix for Uri.IsBaseOf which has a bug
public static Bugfixed_IsBaseOf ( this _base, Uri uri ) : bool
_base this
uri System.Uri
Résultat bool

CreateCID() public static méthode

public static CreateCID ( ) : string
Résultat string

CreateUrn() public static méthode

public static CreateUrn ( ) : Uri
Résultat System.Uri

CreateUuid() public static méthode

public static CreateUuid ( ) : Uri
Résultat System.Uri

HasFragment() public static méthode

public static HasFragment ( this uri ) : bool
uri this
Résultat bool

HistoryKeyFor() public static méthode

public static HistoryKeyFor ( this generator, Uri key ) : Uri
generator this
key System.Uri
Résultat System.Uri

IsHttpScheme() public static méthode

public static IsHttpScheme ( Uri uri ) : bool
uri System.Uri
Résultat bool

IsTemporaryUri() public static méthode

public static IsTemporaryUri ( string uri ) : bool
uri string
Résultat bool

IsTemporaryUri() public static méthode

public static IsTemporaryUri ( this uri ) : bool
uri this
Résultat bool