for reset password Functionality.i have send email using
SmtpClient client = new SmtpClient();
but problem is that when i get the email the password reset url has
query string but when i clicked on that link .a new page will open in that query string is missing.The url shown there in tag is data-saferedirecturl. How to solve this.