NavigationState Property
Collapse the table of content
Expand the table of content

SilverlightHost.NavigationState Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a URI fragment that represents the current navigation state.

Namespace:  System.Windows.Interop
Assembly:  System.Windows (in System.Windows.dll)

public string NavigationState { get; set; }

Property Value

Type: System.String
A URI fragment that represents the current navigation state.

ExceptionCondition
ArgumentNullException

When setting this property, the specified value is null.

A URI fragment is the part of a URI that occurs after a pound sign (#).

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft