DeepLinkParser.Root Property

Definition

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"

Applies to