Javascript – How to check if the device is Desktop, Android or IOS in C# .Net Core Razor pages?
Explaination: I am currently working on VS2022 and Net Core 9.0. I want to be able to send SMS to the client by clicking on a button. After the App checks the device type, it selects the right button. My…