Holds navigation parameters specific to eDaler URIs.
EDalerUriNavigationArgs(EDalerUri Uri, string FriendlyName)
Creates a new instance of the EDalerUriNavigationArgs class.
string? FriendlyName
Optional Friendly Name associated with URI
EDalerUriNavigationArgs(EDalerUri Uri)
Creates a new instance of the EDalerUriNavigationArgs class.
TaskCompletionSource< string?>? UriToSend
Task Completion Source in case the URI being built is to be returned to the parent page.
EDalerUriNavigationArgs(EDalerUri Uri, string FriendlyName, TaskCompletionSource< string?>? UriToSend, TaskCompletionSource< string?>? MessageToSend)
Creates a new instance of the EDalerUriNavigationArgs class.
EDalerUriNavigationArgs()
Creates a new instance of the EDalerUriNavigationArgs class.
TaskCompletionSource< string?>? MessageToSend
Task Completion Source in case a message being sent is to be returned to the parent page.
EDalerUriNavigationArgs(EDalerUri Uri, string FriendlyName, TaskCompletionSource< string?>? UriToSend)
Creates a new instance of the EDalerUriNavigationArgs class.