Share via


ShellNavigationState Constructors

Definition

Overloads

Name Description
ShellNavigationState()

Initializes a new instance of the ShellNavigationState class.

ShellNavigationState(String)

Initializes a new instance of the ShellNavigationState class with the specified location string.

ShellNavigationState(Uri)

Initializes a new instance of the ShellNavigationState class with the specified URI.

ShellNavigationState()

Source:
ShellNavigationState.cs
Source:
ShellNavigationState.cs
Source:
ShellNavigationState.cs
Source:
ShellNavigationState.cs

Initializes a new instance of the ShellNavigationState class.

public:
 ShellNavigationState();
public ShellNavigationState();
Public Sub New ()

Applies to

ShellNavigationState(String)

Source:
ShellNavigationState.cs
Source:
ShellNavigationState.cs
Source:
ShellNavigationState.cs
Source:
ShellNavigationState.cs

Initializes a new instance of the ShellNavigationState class with the specified location string.

public:
 ShellNavigationState(System::String ^ location);
public ShellNavigationState(string location);
new Microsoft.Maui.Controls.ShellNavigationState : string -> Microsoft.Maui.Controls.ShellNavigationState
Public Sub New (location As String)

Parameters

location
String

A string representing the navigation location URI.

Applies to

ShellNavigationState(Uri)

Source:
ShellNavigationState.cs
Source:
ShellNavigationState.cs
Source:
ShellNavigationState.cs
Source:
ShellNavigationState.cs

Initializes a new instance of the ShellNavigationState class with the specified URI.

public:
 ShellNavigationState(Uri ^ location);
public ShellNavigationState(Uri location);
new Microsoft.Maui.Controls.ShellNavigationState : Uri -> Microsoft.Maui.Controls.ShellNavigationState
Public Sub New (location As Uri)

Parameters

location
Uri

A Uri representing the navigation location.

Applies to