ShellNavigationState Class

Definition

A URI representing either the current page or a destination for navigation in a Shell application.

[System.Diagnostics.DebuggerDisplay("Location = {Location}")]
public class ShellNavigationState
type ShellNavigationState = class
Inheritance
ShellNavigationState
Attributes

Constructors

ShellNavigationState()
ShellNavigationState(String)
ShellNavigationState(Uri)

Properties

Location

Operators

Implicit(String to ShellNavigationState)
Implicit(Uri to ShellNavigationState)

Applies to