Show / Hide Table of Contents

Class NavigationContext

Represents the state of a navigation operation.

Inheritance
System.Object
NavigationContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Navigation
Assembly: OpenSilver.Controls.Navigation.dll
Syntax
public sealed class NavigationContext

Properties

| Improve this Doc View Source

QueryString

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>
  • Improve this Doc
  • View Source