mukesh1
on Aug 06, 2018 02:27 AM
1722 Views
if i encrypt some value in mvc, and send it to email wirh link,and if i click on this link it's show,http error 404 not found,
means on sending email i send url to email with encrypt code
<a href=http://localhost:24683/Home/VerifyEmail/"+encryptcode+">Click Here</a>
when i click on link its showing 404 error, on that controller action method i will decrypt that code.
Download FREE API for Word, Excel and PDF in ASP.Net:
Download
Done by this.
<a href=http://localhost:24683/Home/VerifyEmail?key="+encryptcode+">Click Here</a>