使用 ASP.Net(在 C# 中),我需要生成一个包含人名、地址等的标签。我对 ASP.NET(或 .NET 语言)几乎没有任何经验,我得到了这个任务。有人可以指导我正确的路径吗?
链接应如下所示:
https://example.com/PRR/Info/Login.aspx?SupplierId=36&RegisteredUserLogin=T000001&Mode=RegisteredLoginless&RegisteredModeFunction=AutoShowTotals&RegisteredModeFunction=AutoShowTotals&PayerCountry=FI&ForcePayerEmail=al@lea.al.banthien.net&ExternalOrderId=1000123&ServiceId=286&Amount286=5000.00&PayerInfo286=T000001|10000123 |type1|m&SuccessReturnURL=http://success.html&FailureReturnURL=http://failure.html&SuccessCallbackURL=http://youpay.com/p247/success.html&FailureCallbackURL=http://yourfailure.html
需要将以下组件/字段发送到 API 以便为用户预填充信息:FirstName、LastName、SupplierID = integer、Person 的 userlogin(应递增 1。示例:person 1 = t00001。Person2 = t00002 等) , PayerCountry, 电子邮件, 金额
出于某种原因,我的管理层认为这是非技术人员可以做的事情!任何帮助,将不胜感激!
谢谢!