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.
我的申请电子邮件是一个视图。但是我想让这个特定的视图忽略 _Layout.cshtml 呈现的菜单选项卡。有没有一种相当简单的方法可以做到这一点?
我通过放置 @Layout=null; 解决了我的问题 在视图的顶部。