我接下来做:
在 Page_Load 事件中:
string linkPatches = "PageProcessor.aspx?Page=Patches.aspx&system=" + Request.QueryString["system"];
在 html 中:
<li><a href="<% =linkPatches %>" style="color:White;">Патчи</a></li>
我得到下一个错误:
CS0103: The name 'linkPatches' does not exist in the current context