Rework navigation so we can resolve by key now

This commit is contained in:
Dan Clark
2024-11-17 23:09:26 +00:00
parent 796ef41e3f
commit 7a9028bbeb
26 changed files with 371 additions and 88 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ public record NavigateEventArgs(string Route,
EventHandler? Navigated = null,
IDictionary<string, object>? Parameters = null);
public record NavigateEventArgs<TNavigation>(object Region,
public record NavigateTemplateEventArgs(object Region,
object Template,
object Content,
object? Sender = null,