send a link via email address
How to send a link using asp.net mvc2
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anupam SinghPosted May 27, 2014, 1:30 AM
Kindly elaborate your query.
if you are trying to send mail with hyperlink.
you can use
message.IsBodyHtml = true;
hope it helps