UriParser.IsKnownScheme Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether the parser for a scheme is registered.
Assembly: System (in System.dll)
Parameters
- schemeName
- Type: System.String
The scheme name to check.
| Exception | Condition |
|---|---|
| ArgumentNullException | The schemeName parameter is Nothing. |
| ArgumentOutOfRangeException | The schemeName parameter is not valid. |
Show: