Hi DX Team
I want to create auto login from external URL, like a bellow scenario was explain in bellow link
T234465 - How to skip authentication and automatically redirect a user to the New Password dialog by a link from email | DevExpress Support
but I can not call function for request query string parameter with : HttpContext.Current.Request.Params["id"];
How I can call this function in blazor?
Thanks