我需要用以下 URL 中的值替换“全名”。“fullname”是一个预定义的字符串,它给出了一个动态值。我需要帮助,如何在 C# 中做到这一点?
例如听到全名=XYZ,我想联系变量
string FullName="Mansinh";
string html = @"<a style=""width:100%%25;height:100%%25"" href=""http://kcs.kayako.com/visitor/index.php?/LiveChat/Chat/Request/_sessionID=34mh1inqnaeliioe3og5tious2t93ip9/_proactive=0/_filterDepartmentID=/_randomNumber=43/_fullName=XYZ/_email=usha%40kcspl.co.in/_promptType=chat"" target=""_blank""> <image style=""width:1340px;height:800px"" src=""/Images/1x1-pixel.png"" /> </a>";