我的网址看起来像
http://Infosys-1234.teradata.com
我可以通过将路径配置为将整个 URL 作为参数:
routes.MapRoute(
name: "Default",
url: "{url}",
defaults: new { controller = "App",
action = "GetDetailsById",
// url = UrlParameter.Optional
}
);
如果没有,请给我一个替代方案。我想从 url 中取出 Infosys-1234 作为参数。