Alp*_*tin 7 asp.net routing webforms
您将如何在ASP.NET Webforms 4.0路由中完成这些任务;
谢谢.
您读过 Scott Guthrie 介绍该主题的文章吗?
您将执行以下操作:
void RegisterRoutes(RouteCollection routes)
{
routes.MapRoute("nameofroute", "home/", "~/Default.aspx");
}
Run Code Online (Sandbox Code Playgroud)
根据需要添加参数
| 归档时间: |
|
| 查看次数: |
884 次 |
| 最近记录: |