DeepLinkParser.ValidateSourceUri(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates the source URI.
protected static Uri ValidateSourceUri (string uri);
static member ValidateSourceUri : string -> Uri
Protected Shared Function ValidateSourceUri (uri As String) As Uri
Parameters
- uri
- String
The URI.
Returns
uri
as a System.Uri
instance
Exceptions
thrown if uri
is null
Not a valid URI format