DeepLinkParser.ParseUriString(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.
Parses the URI string in to components.
protected virtual void ParseUriString (string uri);
abstract member ParseUriString : string -> unit
override this.ParseUriString : string -> unit
Protected Overridable Sub ParseUriString (uri As String)
Parameters
- uri
- String
The URI.