ASP.NETMVC路由-在URL中包含控制器名称的一部分
创始人
2024-09-19 06:00:41
0
  1. 在 Global.asax 文件中,覆盖 RegisterRoutes 方法:

protected void Application_Start() { AreaRegistration.RegisterAllAreas(); RegisterRoutes(RouteTable.Routes); }

public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}");

// 路由定义
routes.MapRoute(
    "Default",
    "{controller}/{action}/{id}",
    new { controller = "Home", action = "Index", id = UrlParameter.Optional }
);

// 使用自定义路由来包含控制器名称的一部分
routes.MapRoute(
    "MyCustomRoute",
    "{namespace}/{controller}/{action}/{id}",
    new { namespace = "MyNamespace", action = "Index", id = UrlParameter.Optional }
);

}

  1. 创建一个自定义控制器工厂来将控制器名称的一部分添加到 URL 中:

public class MyCustomControllerFactory : DefaultControllerFactory { public override Type GetControllerType(RequestContext requestContext, string controllerName) { // 添加命名空间作为 URL 的一部分 string namespaceName = (string) requestContext.RouteData.Values["namespace"]; string fullControllerName = namespaceName + "." + controllerName + "Controller";

    // 查找匹配的控制器类型
    Type controllerType = Type.GetType(fullControllerName);

    if (controllerType == null)
    {
        throw new HttpException(404, "Controller not found");
    }

    return controllerType;
}

}

  1. 在 Global.asax 文件的 Application_Start 方法中,将自定义控制器工厂注册到控制器工厂列表中:

protected void Application_Start() { // 注册自定义控制器工厂 ControllerBuilder.Current.SetControllerFactory(new MyCustomControllerFactory());

// 路由注册
AreaRegistration.RegisterAllAreas();
RegisterRoutes(RouteTable.Routes);

}

相关内容

热门资讯

揭秘关于!手机透视辅助器app... 揭秘关于!手机透视辅助器app(辅助挂)wpk模拟器多开(其实有挂)是一款可以让一直输的玩家,快速成...
重大通报!微乐自建房辅助(辅助... 重大通报!微乐自建房辅助(辅助挂)xpoker辅助工具(最初真的有挂);微乐自建房辅助软件透明挂是一...
每日必备!内蒙博乐填大坑辅助(... 您好:内蒙博乐填大坑辅助这款游戏可以开挂的,确实是有挂的,很多玩家在这款游戏中打牌都会发现很多用户的...
总算了解!新道游游戏辅助器安装... 总算了解!新道游游戏辅助器安装包(辅助挂)德普之星透视辅助软件下载(确实是真的有挂);新道游游戏辅助...
记者爆料!打哈儿床将作弊(辅助... 记者爆料!打哈儿床将作弊(辅助挂)德扑之心免费透视(从前是真的有挂);1、许多玩家不知道打哈儿床将作...
分享实测!情怀游戏辅助器破解版... 分享实测!情怀游戏辅助器破解版(辅助挂)hhpoker可以控制吗(其实是有挂);情怀游戏辅助器破解版...
一分钟了解!微乐辅助脚本(辅助... 一分钟了解!微乐辅助脚本(辅助挂)wpk透视是真的假的(一直有挂);1.微乐辅助脚本 ai辅助创建新...
一分钟了解!火神辅助免费下载(... 一分钟了解!火神辅助免费下载(辅助挂)wepoker辅助软件价格(往昔真的有挂)是一款可以让一直输的...
必备科技!天蝎辅助(辅助挂)德... 必备科技!天蝎辅助(辅助挂)德扑HHpoker有挂吗(确实是真的有挂);天蝎辅助辅助器中分为三种模型...