Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EmbeddedLayoutNavigationArgs.cs
3
5{
10 {
15 {
16
17 }
18
24 {
25 this.TokenItem = TokenItem;
26 }
27
31 public TokenItem? TokenItem { get; }
32 }
33}
An base class holding page specific navigation parameters.
Navigation arguments used when navigating to the embedded layout page.
EmbeddedLayoutNavigationArgs(TokenItem TokenItem)
Initializes a new instance of the EmbeddedLayoutNavigationArgs class.
TokenItem? TokenItem
Gets the token item containing the embedded layout to render.
EmbeddedLayoutNavigationArgs()
Initializes a new instance of the EmbeddedLayoutNavigationArgs class.