62,206
社区成员




string path = Request.Url.ToString();
if (path.EndsWith("/test/WebForm3.aspx"))
{
Context.RewritePath("/test/WebForm3-11.aspx?");
}
<urlMappings>
<add url="~/test/WebForm3-11.aspx" mappedUrl="~/test/WebForm3.aspx"/>
</urlMappings>