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.
我们有图形/界面设计师正在为我们的网站开发 html/css。我怎样才能让他在不让他访问控制器和模型的情况下处理 cshtml 和 css 文件?问候
为什么不将控制器和模型分成单独的类库项目,由 MVC 项目引用?这样,您可以公开 MVC 项目,包括视图、样式和脚本,但保持基础设施私有。
只要您保持命名约定正确,您就不应该对控制器分开有任何问题。