在我的 MVC 项目中,我通常有以下路线:
RouteTable.Routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
RouteTable.Routes.IgnoreRoute("{*favicon}", new { favicon = @"(.*/)?favicon.([iI][cC][oO]|[gG][iI][fF])(/.*)?" });
我是否仍然需要 favicon 路由,现在使用其他图标,例如 appleicons,我需要添加其他 ignone 路由?
我应该怎么办?
谢谢你,
米格尔