このスタイルで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);