Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想象一下,我有一家商店。我的商店有一个管理员端,位于一个名为“管理员”的区域。
这是有道理的。
但是我是否也应该为商店面向公众的一侧设置一个名为“公共”的区域?
或者我应该把公共方面留在 MVC 的根部?
我不知道这个问题是否有明确的答案,但我更喜欢将公共/核心站点放在应用程序的根目录中。我倾向于将区域视为核心焦点的延伸。
富有的