我正在使用下面的代码通过 javascript 分配 iframe src。它工作正常。但是在后面的 c# 代码中,我得到了这样的查询字符串。id=Y&%3bcust_id=100&%3
. 我怎样才能减少这个。现在
var value = "validity.aspx?id=Y&cust_id=" + cust_id + "";
frameElement.src = value
我想从查询字符串中获取客户的值,但它总是返回 null。
if(Request.QueryString["cust_id"] !=null) //It returns null