Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,

my url link like below..
http://localhost:61789/Customer/Customer/DailyDeals/0?subdeal=no&subdealid=0

now am writing in anchor tag with mail to attribute

in anchor tag
href="mailto:mailto:?subject=@Model.First().DealHeading&body=I have gone through this deal and liked it…. Hope you too likes it….%0D%0DJust click on deal link %0D%0D @Model.First().DealHeading %0D%0D @HttpContext.Current.Request.url

@HttpContext.Current.Request.url=http://localhost:61789/Customer/Customer/DailyDeals/0?subdeal=no&subdealid=0 perfectly came but display in outlook mail body like this
http://localhost:61789/Customer/Customer/DailyDeals/0?subdeal=no

{ &subdealid=0 } missing.. how to solve the my problem in mvc3, razor application..


thanking in
Posted
Updated 9-Nov-12 1:38am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900