Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
XmppFormNavigationArgs.cs
3
5{
10 public class XmppFormNavigationArgs(DataForm? Form) : NavigationArgs
11 {
15 public XmppFormNavigationArgs()
16 : this(null)
17 {
18 }
19
23 public DataForm? Form { get; } = Form;
24 }
25}
An base class holding page specific navigation parameters.
Implements support for data forms. Data Forms are defined in the following XEPs:
Definition: DataForm.cs:42