我在这里浏览了一个 ASP.Net 网络表单教程:在 asp.net 网站上。本教程包含自定义错误部分,这对我来说有点奇怪。
<customErrors mode="On" defaultRedirect="ErrorPage.aspx?handler=customErrors%20section%20-%20Web.config">
<error statusCode="404" redirect="ErrorPage.aspx?msg=404&handler=customErrors%20section%20-%20Web.config" />
</customErrors>
问题:有人可以解释defaultRedirect & redirecthandler=customErrors%20section%20-%20Web.config"
中的查询字符串参数吗?
这个语法有什么特殊含义吗?