C
C#5mo ago
sample

.NET Maui navigate from razor page to xaml page

I'm using the library Camera.MAUI. This requires the component to be used in a xaml page, and as far as I can tell it cannot be used in a razor page (without another dumb external library that you need to pay for). All of my pages are razor pages, except for the one with the Camera.MAUI.CameraView component. Navigating to the page the traditional way with NavigationManager doesn't work when trying to access the xaml page. I was wondering if anyone knows how to navigate from my razor page to my xaml page. Or if anyone knows how to use Camera.MAUI in a razor page that would be an even better solution.
0 Replies
No replies yetBe the first to reply to this messageJoin