asp.net编写网站利用Global.asax进行url优化的问题
代码如下protectedvoidApplication_BeginRequest(objectsender,EventArgse){Stringpath=Request...
代码如下
protected void Application_BeginRequest(object sender, EventArgs e)
{
String path = Request.Url.ToString();
if (Regex.IsMatch(path, "/register/",
RegexOptions.IgnoreCase))
{
String idString =
path.Substring(path.LastIndexOf('/') + 1,
path.Length - path.LastIndexOf('/') - 1);
Context.RewritePath("abc.com/" +
idString+".aspx");
}
}
我在主页加一个href="/register/"的超链接,他会访问/register/abc.com/register.aspx
我的目标是abc.com/register.aspx
怎么把前面的旧的地址去掉?还是说这种办法不能删除url的内容只能继续加东西? 展开
protected void Application_BeginRequest(object sender, EventArgs e)
{
String path = Request.Url.ToString();
if (Regex.IsMatch(path, "/register/",
RegexOptions.IgnoreCase))
{
String idString =
path.Substring(path.LastIndexOf('/') + 1,
path.Length - path.LastIndexOf('/') - 1);
Context.RewritePath("abc.com/" +
idString+".aspx");
}
}
我在主页加一个href="/register/"的超链接,他会访问/register/abc.com/register.aspx
我的目标是abc.com/register.aspx
怎么把前面的旧的地址去掉?还是说这种办法不能删除url的内容只能继续加东西? 展开
1个回答
Storm代理
2023-08-29 广告
2023-08-29 广告
"StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,I...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询