Class NavigationArgs
Argument to pass to a navigation request.
Inherited Members
Namespace: Unity.AppUI.Navigation
Assembly: Unity.AppUI.Navigation.dll
Syntax
[Serializable]
public class NavigationArgs
Properties
name
The name of the navigation argument.
Declaration
public string name { get; set; }
Property Value
Type | Description |
---|---|
string |