これは私のルートの1つです:
routes.MapRoute(
name: "PR",
url: "Home/PageRank/{id*}",
defaults: new { controller = "Home", action = "Index", id = UrlParameter.Optional }
);
しかし、この URL を使用するとhttp://localhost:56828/Home/PageRank/google.com
404 エラーが発生します。