在ASP.NET中,为了使当前页面跳转到相同目录的一个InfoList.aspx页面,下列选项中正确的是( )。
A.Server.Execute("InfoList.aspx");
B.Server.Transfer("InfoList.aspx");
C.Response.Redirect("InfoList.aspx");
D.Response.Write("InfoList.aspx");
正确答案是C