gpt4 book ai didi

asp.net-mvc - 为什么 ASP.NET MVC 上的 Controller 是基于名称的?

转载 作者:行者123 更新时间:2023-12-04 10:02:40 25 4
gpt4 key购买 nike

在 ASP.NET MVC 中,我们需要为所有 Controller 使用后缀“Controller”。这似乎是不必要的限制 - 是否有技术原因?

我主要只是好奇,但可以看到更灵活的命名规则可以改进代码组织的情况。使用反射搜索 Controller 难道不能轻松地发现可能的 Controller 类吗?派生类?或者要求 Controller 类标有 ControllerAttribute ?

最佳答案

MVC 社区深受 Ruby on Rails 的影响,其值为“convention over configuration”。通过一致地命名事物,应用程序可以以零配置运行。

关于asp.net-mvc - 为什么 ASP.NET MVC 上的 Controller 是基于名称的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/266106/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com