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.
我了解required: falseMVC4 中部分的好处。它们只是布局的可选部分,如果视图不包含它们,则不会显示。但是required: true部分的好处是什么?部分中的某些内容不应该required: true直接放入布局本身吗?
required: false
required: true
举个例子,你可以有一个菜单,每个页面都需要,但在控制器和/或区域之间也会有所不同。