我想将大量值存储到此链接,以便以这种样式将值传递给 aspx 页面,如何增加值的数量。
htmlBody = string.Format(" Hi "+userName+
"\n Thank you for creating an account with RSS MANAGEMENT SYSTEM \n </ br>" +
"Please click the below link to activate your account <br />" +
"<a href='http://localhost:2386/ActivateUser.aspx?userName{0}&Id={1}'>Activate {0} </a>",
UName, user_name);