本文介绍了我如何“渲染”我的MVC4项目中的正确部分?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的MVC4项目中,我收到以下错误。我在_Layout.cshtml中找不到任何说精选的内容。



如何渲染正确的部分?

In my MVC4 project I am getting the below error. I can not find anything that says "featured" in my "_Layout.cshtml".

How do I "render" the correct sections?

The following sections have been defined but have not been rendered for the layout page "~/Views/Shared/_Layout.cshtml": "featured". 

推荐答案


这篇关于我如何“渲染”我的MVC4项目中的正确部分?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 09:09