I want to validate email address and need to show error message as a toast. I followed this link. It shows toast well. But those toast messages are coming as notification on notification area of device. Actually for validation purposes we really don't need those notification, only need to show toast on current page. How to do it?
if only want it on the page you have to use a xaml control and don't use the notification check the Windows Community toolkit; it has a in app notification control. maybe that one is useful for you https://learn.microsoft.com/en-us/windows/uwpcommunitytoolkit/controls/inappnotification