0
我想發送一封郵件,並使用IsBodyHtml讓我編輯郵件的外觀。我必須在其上放置一個鏈接,然後使用Parameter和id。我如何將這個包含在href中?在HTML鏈接上使用參數
這是我的例子與查詢字符串參數HREF的
string body = "<table><tr><td>Please be informed that your employee <b>" + Session["Userfull"] + "</b> wants to send the no <b>" + id + " </b>. <br /> Please see attached the <b>"
+ "<a href=\'http://myproject/myproject.aspx'>" + "?Parameter=" + id
+" SF </a></b>.<br /><br /></td> </tr><tr><td>" +
"If you need more details <b>" + Session["User"] + "</b>.</td></tr> </table>";