How to Use MAUI Pop-Up in ViewModel Instead of XAML.cs (Page Code-Behind)?
I’m trying to implement a pop-up in my .NET MAUI project and want to trigger it from a ViewModel or a separate class, instead of the XAML.cs (code-behind) file.
How to Use MAUI Pop-Up in ViewModel Instead of XAML.cs (Page Code-Behind)?
I’m trying to implement a pop-up in my .NET MAUI project and want to trigger it from a ViewModel or a separate class, instead of the XAML.cs (code-behind) file.