using System;using System.Web;using System.Text.RegularExpressions;namespace WebControlLibrary1 其实网上已经有很多人都实现了,但我现在自己实现了一下,以加深印象。在web.config中写入: <httpModules> <add type="WebControlLibrary1.ModulRewriter, WebControlLibrary1" name="ModuleRewriter" /> </httpModules>即可。 相关文章: 2021-05-07 2022-12-23 2021-09-21 2021-07-15 2022-12-23 2022-12-23