我想知道下面的代码是否会出现编码问题,我只需要知道查询字符串中的 url,以及如何在不出现问题的情况下检索它。
string currentWebUrl = SPContext.Current.Web.Url;
string fullLink = String.Format("{0}?ClientCode={1}&ClientSiteCode={2}¤turl={3}",
Link, ClientCode,
clientSiteCode, currentWebUrl);