C# Class withSIX.Core.Validators.UriValidator

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
IsValidUri ( string value ) : bool
IsValidUriAllowOmniProtocol ( string value ) : bool
IsValidUriWithHttpFallback ( string value ) : bool

Method Details

IsValidUri() public static méthode

public static IsValidUri ( string value ) : bool
value string
Résultat bool

IsValidUriAllowOmniProtocol() public static méthode

public static IsValidUriAllowOmniProtocol ( string value ) : bool
value string
Résultat bool

IsValidUriWithHttpFallback() public static méthode

public static IsValidUriWithHttpFallback ( string value ) : bool
value string
Résultat bool