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.
非常简单的 helloworld fubumvc 应用程序,我无法使用 Razor 使其与布局一起使用。
这是一个示例代码: https ://gist.github.com/anonymous/4740987
我将 Application.cshtml 保存在项目根目录的 /Shared 文件夹下,并且没有显式设置 @Layout 属性,一切都很好。
也许您缺少 NuGet 中的一些包。
从提供的文件中不清楚您最终遇到的问题类型。
FubuMVC 也依赖于使用布局指令而不是代码块。
示例:@layout 应用程序