Is this modal works also in Blazor Maui? #394
Unanswered
nextcodelab
asked this question in
Q&A
Replies: 1 comment
-
Update <CascadingBlazoredModal>
<Router AppAssembly="@GetType().Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(DrawerMenu)" />
</Found>
<NotFound>
<LayoutView Layout="@typeof(DrawerMenu)">
<p>Sorry, there's nothing at this address.</p>
</LayoutView>
</NotFound>
</Router>
</CascadingBlazoredModal> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried it in Maui but no success.
Beta Was this translation helpful? Give feedback.
All reactions