DeepLinkParser.Root Property
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.
Gets or sets the root path of the Deep link URI
public string Root { get; protected set; }
member this.Root : string with get, set
Public Property Root As String
Property Value
Examples
for "MainPage/Options?option1=value1" Root = "MainPage/Options"