Class NavigationContext
Represents the state of a navigation operation.
Inheritance
System.Object
NavigationContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Windows.Navigation
Assembly: Controls.Navigation.OpenSilver.dll
Syntax
public sealed class NavigationContext
Properties
| Improve this Doc View SourceQueryString
Gets a dictionary of query string values.
Declaration
public IDictionary<string, string> QueryString { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> |