次に行います:
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