我有这样的问题。在RouteConfig.cs中,我设置了路线 "NewsDetails", new { controller = "News", action = "Details", id = "", title = "" }在我的Index.cshtml of NewsController中,我有一个链接
@Html.RouteLink(item.T
为了保持这些URls的整洁,我编写了一个IHttpModule,它使用HttpContext.Current.RewritePath在OnBeginRequest事件中执行追加工作。HttpContext.Current.Request.Url.AbsolutePath; HttpContext.Current.RewritePathaspx")) if (HttpContext.Current.Session["Curren