只需一步,快速开始
分布式系统框架(V2.0) 轻松承载百亿数据,千万流量!讨论专区 - 源码下载 - 官方教程
HttpHelper爬虫框架(V2.7-含.netcore) HttpHelper官方出品,爬虫框架讨论区 - 源码下载 - 在线测试和代码生成
HttpHelper爬虫类(V2.0) 开源的爬虫类,支持多种模式和属性 源码 - 代码生成器 - 讨论区 - 教程- 例子
使用道具 举报
站长苏飞 发表于 2016-5-10 11:03 http://www.sufeinet.com/thread-15804-1-1.html 可以使用C#的路由功能,或者使用URL重写都可以解决
private void RegisterRoute(RouteCollection routes) { routes.MapPageRoute( "my", "my/{MyUserID}", "~/my/MyIndex.aspx", true, new RouteValueDictionary { {"MyUserID", string.Empty} }); } protected void Application_Start(object sender, EventArgs e) { this.RegisterRoute(RouteTable.Routes); }
this.RouteData.Values["MyUserID"]
站长苏飞 发表于 2016-5-10 11:20 比如将http://www.xxxxx.com/my/123映射到http://www.xxxxx.com/my/MyIndex.aspx?MyUserID=123 [mw_shl_co ...
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|手机版|联系我们|关于我们|广告合作|苏飞论坛 ( 豫ICP备18043678号-2)
GMT+8, 2025-3-5 04:52
© 2014-2021