Method | Description | |
---|---|---|
IsInsecureScheme ( |
True if uri's scheme is one of insecureSchemes, false otherwise.
|
|
IsSupportedScheme ( |
True if uri's scheme is one of supportedSchemes, false otherwise.
|
|
IsValidUri ( |
Whether or not uri is considered to be a valid URI. Valid URIs must have a scheme listed in supportedSchemes and be absolute. |
|
IsValidUri ( string uriString ) : bool |
Whether or not uriString is considered to be a valid URI. Valid URIs cannot be null, must have a scheme listed in supportedSchemes, and be absolute. |
|
UriValidator ( ) : System | ||
UriValidator ( ISet |
||
UriValidator ( ISet |
public IsInsecureScheme ( |
||
uri | ||
return | bool |
public IsSupportedScheme ( |
||
uri | ||
return | bool |
public IsValidUri ( |
||
uri | ||
return | bool |
public IsValidUri ( string uriString ) : bool | ||
uriString | string | |
return | bool |
public UriValidator ( ISet |
||
supportedSchemes | ISet |
|
return | System |
public UriValidator ( ISet |
||
supportedSchemes | ISet |
|
insecureSchemes | ISet |
|
return | System |